diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2021-01-20 00:42:38 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-01-20 00:43:09 +0100 |
commit | 5ed8b33610f41e8de8b53a7095d7d821fd772cc2 (patch) | |
tree | ef1efe5fbb836c224d18b4fae9125db05b989545 /sys-process/ftop | |
parent | dev-java/jacoco: clean up old. (diff) | |
download | gentoo-5ed8b33610f41e8de8b53a7095d7d821fd772cc2.tar.gz gentoo-5ed8b33610f41e8de8b53a7095d7d821fd772cc2.tar.bz2 gentoo-5ed8b33610f41e8de8b53a7095d7d821fd772cc2.zip |
sys-process/ftop: stable for amd64.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sys-process/ftop')
-rw-r--r-- | sys-process/ftop/ftop-1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/ftop/ftop-1.0-r1.ebuild b/sys-process/ftop/ftop-1.0-r1.ebuild index 60b20fc17276..852566d92e0e 100644 --- a/sys-process/ftop/ftop-1.0-r1.ebuild +++ b/sys-process/ftop/ftop-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="amd64 ~hppa ~x86" DEPEND="sys-libs/ncurses:0=" RDEPEND="${DEPEND}" |