Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 199678
Collapse All | Expand All

(-)portage/global/portage_tree/dev-libs/popt/popt-1.10.7.ebuild (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI="prefix"
5
EAPI="prefix"
6
6
7
inherit eutils
7
inherit eutils libtool
8
8
9
DESCRIPTION="Parse Options - Command line parser"
9
DESCRIPTION="Parse Options - Command line parser"
10
HOMEPAGE="http://www.rpm.org/"
10
HOMEPAGE="http://www.rpm.org/"
Lines 24-29 Link Here
24
	epatch "${FILESDIR}"/${PN}-1.10.4-regression.patch
24
	epatch "${FILESDIR}"/${PN}-1.10.4-regression.patch
25
	epatch "${FILESDIR}"/${PN}-1.10.4-lib64.patch
25
	epatch "${FILESDIR}"/${PN}-1.10.4-lib64.patch
26
	epatch "${FILESDIR}"/${PN}-1.10.7-scrub-lame-gettext.patch
26
	epatch "${FILESDIR}"/${PN}-1.10.7-scrub-lame-gettext.patch
27
	elibtoolize
27
}
28
}
28
29
29
src_compile() {
30
src_compile() {

Return to bug 199678