projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f39c41
)
app-crypt/xca - add autoreconf
author
Alon Bar-Lev
<alonbl@gentoo.org>
Mon, 5 Oct 2015 21:16:56 +0000
(
00:16
+0300)
committer
Alon Bar-Lev
<alonbl@gentoo.org>
Mon, 5 Oct 2015 21:17:11 +0000
(
00:17
+0300)
Bug: 562288
Package-Manager: portage-2.2.20.1
app-crypt/xca/xca-1.3.1.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/xca/xca-1.3.1.ebuild
b/app-crypt/xca/xca-1.3.1.ebuild
index f09f3dfef54069782cab7ffa3074c8f63c59d202..1e7a29b9cc806b5ea1a40ee56e1e94841606500d 100644
(file)
--- 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() {