diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2015-10-06 00:16:56 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2015-10-06 00:17:11 +0300 |
commit | 2cba61df93ccd84406b172c0b3154cde5299c174 (patch) | |
tree | 97e9ec98e7be7a17994969da84617781ba164b2b /app-crypt | |
parent | 2f39c41e3298ffbf6db86137b1875b856dfcbc52 (diff) | |
download | gentoo-2cba61df93ccd84406b172c0b3154cde5299c174.tar.gz gentoo-2cba61df93ccd84406b172c0b3154cde5299c174.tar.xz |
app-crypt/xca - add autoreconf
Bug: 562288
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/xca/xca-1.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/xca/xca-1.3.1.ebuild b/app-crypt/xca/xca-1.3.1.ebuild index f09f3dfef54..1e7a29b9cc8 100644 --- a/app-crypt/xca/xca-1.3.1.ebuild +++ b/app-crypt/xca/xca-1.3.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit eutils toolchain-funcs +inherit autotools eutils toolchain-funcs DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists" HOMEPAGE="http://xca.sourceforge.net" @@ -22,6 +22,7 @@ DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-1.0.0-desktop.patch epatch "${FILESDIR}"/${P}-build.patch + AT_M4DIR="m4" eautoreconf } src_configure() { |