diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-06-17 13:29:09 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-06-17 13:31:05 +0200 |
commit | 410c03c38342e78e4d6f32aeb8852c89c9d7d224 (patch) | |
tree | 87ccc919d2062c0e1d8c9dd6add5ed21f0896763 /sys-block | |
parent | media-libs/babl: Fix and expand CPU_FLAGS_X86, thanks Jan-Matthias Braun, bug... (diff) | |
download | gentoo-410c03c38342e78e4d6f32aeb8852c89c9d7d224.tar.gz gentoo-410c03c38342e78e4d6f32aeb8852c89c9d7d224.tar.bz2 gentoo-410c03c38342e78e4d6f32aeb8852c89c9d7d224.zip |
sys-block/parted: ncurses is needed only for USE=readline
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/parted/parted-3.2-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-block/parted/parted-3.2-r1.ebuild b/sys-block/parted/parted-3.2-r1.ebuild index c9c699918ceb..7b07c237f71c 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 ) " |