Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/
Date: Mon, 05 Oct 2015 21:17:14
Message-Id: 1444079831.2cba61df93ccd84406b172c0b3154cde5299c174.alonbl@gentoo
1 commit: 2cba61df93ccd84406b172c0b3154cde5299c174
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 21:16:56 2015 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 21:17:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cba61df
7
8 app-crypt/xca - add autoreconf
9
10 Bug: 562288
11
12 Package-Manager: portage-2.2.20.1
13
14 app-crypt/xca/xca-1.3.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-crypt/xca/xca-1.3.1.ebuild b/app-crypt/xca/xca-1.3.1.ebuild
18 index f09f3df..1e7a29b 100644
19 --- a/app-crypt/xca/xca-1.3.1.ebuild
20 +++ b/app-crypt/xca/xca-1.3.1.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI="5"
24
25 -inherit eutils toolchain-funcs
26 +inherit autotools eutils toolchain-funcs
27
28 DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists"
29 HOMEPAGE="http://xca.sourceforge.net"
30 @@ -22,6 +22,7 @@ DEPEND="${RDEPEND}"
31 src_prepare() {
32 epatch "${FILESDIR}"/${PN}-1.0.0-desktop.patch
33 epatch "${FILESDIR}"/${P}-build.patch
34 + AT_M4DIR="m4" eautoreconf
35 }
36
37 src_configure() {