commit: af25363fd96c9802defaaff6ea38786d9c987d73
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 04:13:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 04:13:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af25363f
app-admin/ananicy: update EAPI 7 -> 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-admin/ananicy/ananicy-2.2.1-r1.ebuild | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
index 7f383bf3689..d2188b3b440 100644
--- a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
+++ b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
PYTHON_COMPAT=( python3_{8..10} pypy3 )
@@ -15,15 +15,17 @@ S="${WORKDIR}/${P^}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ sys-process/schedtool"
BDEPEND="${PYTHON_DEPS}"
-RDEPEND="
- ${BDEPEND}
- sys-process/schedtool
-"
+
DOCS=( README.md )
-PATCHES=( "${FILESDIR}/${PN}-fix-sysctl-path.patch" )
+
+PATCHES=(
+ "${FILESDIR}/${PN}-fix-sysctl-path.patch"
+)
src_compile() {
return
@@ -31,7 +33,9 @@ src_compile() {
src_install() {
emake PREFIX="${D}" install
- python_fix_shebang "${ED}/usr/bin/ananicy"
- doinitd "${FILESDIR}/ananicy.initd"
+
+ python_fix_shebang "${ED}"/usr/bin/ananicy
+ doinitd "${FILESDIR}"/ananicy.initd
+
einstalldocs
}