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

Collapse All | Expand All

(-)/usr/portage/sys-apps/qingy/qingy-1.0.0.ebuild (-1 / +7 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit elisp-common eutils pam
7
inherit elisp-common eutils pam autotools
8
8
9
GENTOO_THEME_VERSION="2.1"
9
GENTOO_THEME_VERSION="2.1"
10
10
Lines 36-41 Link Here
36
36
37
SITEFILE=50${PN}-gentoo.el
37
SITEFILE=50${PN}-gentoo.el
38
38
39
src_prepare() {
40
	epatch "${FILESDIR}/qingy-autotools_updates.patch"
41
	mkdir m4
42
	eautoreconf
43
}
44
39
src_configure()
45
src_configure()
40
{
46
{
41
	local crypto_support="--disable-crypto"
47
	local crypto_support="--disable-crypto"

Return to bug 359637