projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30723ce
)
sys-apps/openconnect: call epatch_user before eautoreconf
author
William Hubbs
<williamh@gentoo.org>
Fri, 11 Dec 2015 17:20:53 +0000
(11:20 -0600)
committer
William Hubbs
<williamh@gentoo.org>
Fri, 11 Dec 2015 17:21:20 +0000
(11:21 -0600)
net-misc/openconnect/openconnect-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/openconnect/openconnect-9999.ebuild
b/net-misc/openconnect/openconnect-9999.ebuild
index 9515779f7f30f7b04d3e473abf73a72fc41f42f1..403671fa9ad5413d79bccd40cd5eceb5643ea067 100644
(file)
--- a/
net-misc/openconnect/openconnect-9999.ebuild
+++ b/
net-misc/openconnect/openconnect-9999.ebuild
@@
-76,10
+76,10
@@
src_unpack() {
}
src_prepare() {
+ epatch_user
if [[ ${PV} == 9999 ]]; then
eautoreconf
fi
- epatch_user
}
src_configure() {