Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 534116 | Differences between
and this patch

Collapse All | Expand All

(-)parted-3.2.ebuild (-1 / +4 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.12 2014/12/04 08:34:38 ago Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.12 2014/12/04 08:34:38 ago Exp $
4
4
5
EAPI=5
5
EAPI=5
6
inherit eutils
6
inherit eutils autotools
7
7
8
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
8
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
9
HOMEPAGE="http://www.gnu.org/software/parted"
9
HOMEPAGE="http://www.gnu.org/software/parted"
Lines 28-37 Link Here
28
	${RDEPEND}
28
	${RDEPEND}
29
	nls? ( >=sys-devel/gettext-0.12.1-r2 )
29
	nls? ( >=sys-devel/gettext-0.12.1-r2 )
30
	virtual/pkgconfig
30
	virtual/pkgconfig
31
	>=sys-devel/automake-1.14.1
31
"
32
"
32
33
33
src_prepare() {
34
src_prepare() {
34
	epatch "${FILESDIR}"/${PN}-3.2-devmapper.patch
35
	epatch "${FILESDIR}"/${PN}-3.2-devmapper.patch
36
	epatch "${FILESDIR}"/${PN}-3.2-po4a.mk.patch
37
	eautoreconf
35
}
38
}
36
39
37
src_configure() {
40
src_configure() {

Return to bug 534116