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

Collapse All | Expand All

(-)libgpg-error-1.22.ebuild.old (-2 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit eutils libtool multilib-minimal toolchain-funcs
7
inherit eutils libtool autotools-utils multilib-minimal toolchain-funcs
8
8
9
DESCRIPTION="Contains error handling functions used by GnuPG software"
9
DESCRIPTION="Contains error handling functions used by GnuPG software"
10
HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error"
10
HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error"
Lines 31-38 Link Here
31
)
31
)
32
32
33
src_prepare() {
33
src_prepare() {
34
	epatch "${FILESDIR}"/${PN}-link-valid-header.patch
34
	epatch_user
35
	epatch_user
35
	elibtoolize
36
	eautoreconf
36
}
37
}
37
38
38
multilib_src_configure() {
39
multilib_src_configure() {

Return to bug 584052