--- /usr/portage/sys-apps/qingy/qingy-1.0.0.ebuild 2011-01-11 04:31:13.000000000 -0800 +++ qingy-1.0.0.ebuild 2011-03-20 12:01:59.973333299 -0700 @@ -4,7 +4,7 @@ EAPI="2" -inherit elisp-common eutils pam +inherit elisp-common eutils pam autotools GENTOO_THEME_VERSION="2.1" @@ -36,6 +36,12 @@ SITEFILE=50${PN}-gentoo.el +src_prepare() { + epatch "${FILESDIR}/qingy-autotools_updates.patch" + mkdir m4 + eautoreconf +} + src_configure() { local crypto_support="--disable-crypto"