commit: 410c03c38342e78e4d6f32aeb8852c89c9d7d224
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 11:29:09 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 11:31:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410c03c3
sys-block/parted: ncurses is needed only for USE=readline
Package-Manager: portage-2.3.0_rc1
sys-block/parted/parted-3.2-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys-block/parted/parted-3.2-r1.ebuild
b/sys-block/parted/parted-3.2-r1.ebuild
index c9c6999..7b07c23 100644
--- a/sys-block/parted/parted-3.2-r1.ebuild
+++ b/sys-block/parted/parted-3.2-r1.ebuild
@@ -19,9 +19,8 @@ RESTRICT="test"
# to fix bug 85999
RDEPEND="
>=sys-fs/e2fsprogs-1.27
- >=sys-libs/ncurses-5.7-r7:0=
device-mapper? ( >=sys-fs/lvm2-2.02.45 )
- readline? ( >=sys-libs/readline-5.2:0= )
+ readline? ( >=sys-libs/readline-5.2:0= >=sys-libs/ncurses-5.7-r7:0= )
selinux? ( sys-libs/libselinux )
elibc_uclibc? ( dev-libs/libiconv )
"