diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-16 12:44:50 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-16 12:52:18 +0200 |
commit | 967c20425123a7a999685b87d264a9dee008482f (patch) | |
tree | ac1ece6de370b07409c2f26d3f504b3a3125d095 /sys-process/ftop | |
parent | dev-libs/libcdio: Use slot operators for ncurses (diff) | |
download | gentoo-967c20425123a7a999685b87d264a9dee008482f.tar.gz gentoo-967c20425123a7a999685b87d264a9dee008482f.tar.bz2 gentoo-967c20425123a7a999685b87d264a9dee008482f.zip |
sys-process/ftop: Use slot operators for ncurses
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-process/ftop')
-rw-r--r-- | sys-process/ftop/ftop-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/ftop/ftop-1.0.ebuild b/sys-process/ftop/ftop-1.0.ebuild index 85f73fa31e01..ddd7b1ec0a24 100644 --- a/sys-process/ftop/ftop-1.0.ebuild +++ b/sys-process/ftop/ftop-1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 AUTOTOOLS_AUTORECONF=frob inherit autotools-utils @@ -15,7 +15,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~hppa ~x86" -DEPEND="sys-libs/ncurses" +DEPEND="sys-libs/ncurses:5=" RDEPEND="${DEPEND}" PATCHES=( |