summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-21 10:40:57 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-21 11:35:01 +0200
commit12b1d70ccba67cb73f34512e14415d0a5c173c5a (patch)
tree5e1a6844b030fd5ab1e7a73b80f4b7b0f411418d /sys-block/parted/parted-2.4.ebuild
parentmedia-video/mplayer: Propagate vdpau dep to ffmpeg. (diff)
downloadgentoo-12b1d70ccba67cb73f34512e14415d0a5c173c5a.tar.gz
gentoo-12b1d70ccba67cb73f34512e14415d0a5c173c5a.tar.bz2
gentoo-12b1d70ccba67cb73f34512e14415d0a5c173c5a.zip
sys-block/parted: Set correct subslot dependency for ncurses
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-block/parted/parted-2.4.ebuild')
-rw-r--r--sys-block/parted/parted-2.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/parted/parted-2.4.ebuild b/sys-block/parted/parted-2.4.ebuild
index 2e7ae565ce87..fe0b0e079f27 100644
--- a/sys-block/parted/parted-2.4.ebuild
+++ b/sys-block/parted/parted-2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,9 +19,9 @@ RESTRICT="test"
# to fix bug 85999
RDEPEND="
>=sys-fs/e2fsprogs-1.27
- >=sys-libs/ncurses-5.2
+ >=sys-libs/ncurses-5.2:5=
device-mapper? ( >=sys-fs/lvm2-2.02.45 )
- readline? ( >=sys-libs/readline-5.2 )
+ readline? ( >=sys-libs/readline-5.2:0= )
selinux? ( sys-libs/libselinux )
"
DEPEND="