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

Collapse All | Expand All

(-)pinentry-0.8.2.ebuild (-1 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit multilib eutils flag-o-matic
7
inherit autotools multilib eutils flag-o-matic
8
8
9
DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
9
DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
10
HOMEPAGE="http://gnupg.org/aegypten2/index.html"
10
HOMEPAGE="http://gnupg.org/aegypten2/index.html"
Lines 43-48 Link Here
43
			"${EPREFIX}"/usr/bin/moc ${f/.moc/.h} > ${f} || die
43
			"${EPREFIX}"/usr/bin/moc ${f/.moc/.h} > ${f} || die
44
		done
44
		done
45
	fi
45
	fi
46
	epatch "${FILESDIR}/${P}-ncurses.patch"
47
	sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
48
	eautoreconf
46
}
49
}
47
50
48
src_configure() {
51
src_configure() {

Return to bug 468430