diff options
author | Sam James <sam@gentoo.org> | 2024-06-23 03:28:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-23 03:28:42 +0100 |
commit | 12b0bde2e18d53ec88da248ef24d03db13ae6afc (patch) | |
tree | 7e088ca0e6b3712c9f583c4cadb34f2b6ce26373 /sys-process/unixtop | |
parent | dev-lang/R: fixes for 4.4.1 (diff) | |
download | gentoo-12b0bde2e18d53ec88da248ef24d03db13ae6afc.tar.gz gentoo-12b0bde2e18d53ec88da248ef24d03db13ae6afc.tar.bz2 gentoo-12b0bde2e18d53ec88da248ef24d03db13ae6afc.zip |
sys-process/unixtop: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/unixtop')
-rw-r--r-- | sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild (renamed from sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild index 53abe59a5b51..22abf047614d 100644 --- a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild +++ b/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -14,9 +14,11 @@ SLOT="0" KEYWORDS="~amd64-linux ~x64-solaris" IUSE="" -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND} - !sys-process/procps" +DEPEND="sys-libs/ncurses:=" +RDEPEND=" + ${RDEPEND} + !sys-process/procps +" S=${WORKDIR}/top-${PV/_/} |