diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 02:17:49 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 02:49:08 -0400 |
commit | 051ad88caa127419c80d473021ab8909a2268789 (patch) | |
tree | 07c67593df989479bf9c311a16e92532442ce5ef /sys-block/parted | |
parent | dev-python/pypy*: fix ncurses dep #557472 (diff) | |
download | gentoo-051ad88caa127419c80d473021ab8909a2268789.tar.gz gentoo-051ad88caa127419c80d473021ab8909a2268789.tar.bz2 gentoo-051ad88caa127419c80d473021ab8909a2268789.zip |
sys-libs/ncurses: move to SLOT=0 #557472
Use SLOT=0 for installing of main development files like other packages
so we can use other SLOTs for installing SONAME libs for binary packages.
Diffstat (limited to 'sys-block/parted')
-rw-r--r-- | sys-block/parted/parted-2.4.ebuild | 2 | ||||
-rw-r--r-- | sys-block/parted/parted-3.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/parted/parted-2.4.ebuild b/sys-block/parted/parted-2.4.ebuild index 9b7b04b60f83..870e0ae8bd2d 100644 --- a/sys-block/parted/parted-2.4.ebuild +++ b/sys-block/parted/parted-2.4.ebuild @@ -19,7 +19,7 @@ RESTRICT="test" # to fix bug 85999 RDEPEND=" >=sys-fs/e2fsprogs-1.27 - >=sys-libs/ncurses-5.2:5= + >=sys-libs/ncurses-5.2:0= device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2:0= ) selinux? ( sys-libs/libselinux ) diff --git a/sys-block/parted/parted-3.2.ebuild b/sys-block/parted/parted-3.2.ebuild index 57e5d4dd8e96..20ff81de192a 100644 --- a/sys-block/parted/parted-3.2.ebuild +++ b/sys-block/parted/parted-3.2.ebuild @@ -20,7 +20,7 @@ RESTRICT="test" # to fix bug 85999 RDEPEND=" >=sys-fs/e2fsprogs-1.27 - >=sys-libs/ncurses-5.7-r7:5= + >=sys-libs/ncurses-5.7-r7:0= device-mapper? ( >=sys-fs/lvm2-2.02.45 ) readline? ( >=sys-libs/readline-5.2:0= ) selinux? ( sys-libs/libselinux ) |