summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/deswappify-auto/Manifest2
-rw-r--r--sys-apps/deswappify-auto/deswappify-auto-20210509-r1.ebuild (renamed from sys-apps/deswappify-auto/deswappify-auto-20210509.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/deswappify-auto/Manifest b/sys-apps/deswappify-auto/Manifest
index 836b1a7..3625b9f 100644
--- a/sys-apps/deswappify-auto/Manifest
+++ b/sys-apps/deswappify-auto/Manifest
@@ -1,2 +1,2 @@
DIST deswappify-auto-20210509.zip 23668 BLAKE2B f1c4f216061b7d2cfaa772261be7386cc6e55a4d0f16b8a062fb4212ffef3ad52e6840ac9809b1cf06c4ec0148a8f7101dea96ef1b37e6e943391ff897d8cc68 SHA512 352a3096e6f7eb85138ae39cf4c0909ec8569145420d179b86a946744b39b9ef55b477917c81193b086c50f7c160f6f449b631577ba7bf91ee19e83823fbae00
-EBUILD deswappify-auto-20210509.ebuild 910 BLAKE2B 559eec6be3599a1838744770875fc968ffe10bf22c57b30afc142c2bd803896b546f6c0d5508262305568bd002bff3fa82c80b52f75417dcdce14592c386bf09 SHA512 a5f1fafb6215bf33b574ec0cd9683ec922f6534c0e1f2b0fbb6ebf7b2724f528cbc014fa380b26976a56abf140f028cce8ad4f2b87302cc60f8801bca871757e
+EBUILD deswappify-auto-20210509-r1.ebuild 903 BLAKE2B bd7e4020c0e406b80ebc7d00f8c4855f2cd9e7c20540d6f2213410afa52794b38422fa3c0fc869cd3baabb1b431b4257277ca19982f1e0d73dbf3794a29dc5df SHA512 c18e0d422e59eda8c4a93c58aac79443a60907ba537ac3755656d1d392b7b97bce16253fec7a1ed6147493adac9497adbdba57efa0127719a5ac312c2cbfb9db
diff --git a/sys-apps/deswappify-auto/deswappify-auto-20210509.ebuild b/sys-apps/deswappify-auto/deswappify-auto-20210509-r1.ebuild
index 91b14e3..15800b2 100644
--- a/sys-apps/deswappify-auto/deswappify-auto-20210509.ebuild
+++ b/sys-apps/deswappify-auto/deswappify-auto-20210509-r1.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{5..12} )
+PYTHON_COMPAT=( python3_{5..13} )
inherit python-r1 systemd
ID="edd256a886cdfcf04bab08559ba9e45464a59a20"
-DESCRIPTION="Automatically fetch swapped pages to physical memory when enough memory is available"
+DESCRIPTION="Automatically fetch swapped pages to physical memory when memory is available"
HOMEPAGE="https://github.com/wiedemannc/deswappify-auto"
SRC_URI="https://github.com/wiedemannc/deswappify-auto/archive/$ID.zip -> ${P}.zip"