commit:     12b0bde2e18d53ec88da248ef24d03db13ae6afc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 02:28:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 02:28:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b0bde2

sys-process/unixtop: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...unixtop-3.8_beta1-r3.ebuild => unixtop-3.8_beta1-r4.ebuild} | 10 ++++++----
 1 file 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
similarity index 93%
rename from sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
rename to 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/_/}
 

Reply via email to