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-3.2.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-3.2.ebuild')
-rw-r--r--sys-block/parted/parted-3.2.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-block/parted/parted-3.2.ebuild b/sys-block/parted/parted-3.2.ebuild
index e89f3eb16737..a3a8786b034b 100644
--- a/sys-block/parted/parted-3.2.ebuild
+++ b/sys-block/parted/parted-3.2.ebuild
@@ -3,6 +3,7 @@
# $Id$
EAPI=5
+
inherit autotools eutils
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
@@ -19,9 +20,9 @@ RESTRICT="test"
# to fix bug 85999
RDEPEND="
>=sys-fs/e2fsprogs-1.27
- >=sys-libs/ncurses-5.7-r7
+ >=sys-libs/ncurses-5.7-r7: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="
@@ -31,9 +32,9 @@ DEPEND="
"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.2-devmapper.patch
-
- epatch "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch
+ epatch \
+ "${FILESDIR}"/${PN}-3.2-devmapper.patch \
+ "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch
eautoreconf
}