diff options
-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/_/} |