mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
app-admin/ananicy: fix path and add pypy3
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
|
||||
|
||||
inherit python-any-r1
|
||||
|
||||
@@ -18,6 +18,11 @@ RDEPEND="sys-apps/systemd"
|
||||
S="${WORKDIR}/${P^}"
|
||||
DOCS=( README.md )
|
||||
|
||||
src_prepare(){
|
||||
sed -e 's|\/sbin\/sysctl|\/usr\/sbin\/sysctl|g' -i ananicy.service || die
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user