projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bde6a5
)
app-shells/posh: Force eautoreconf to regen files
author
Michał Górny
<mgorny@gentoo.org>
Mon, 26 Mar 2018 06:36:33 +0000
(08:36 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 26 Mar 2018 06:37:19 +0000
(08:37 +0200)
Closes: https://bugs.gentoo.org/649796
app-shells/posh/posh-0.13.1.ebuild
patch
|
blob
|
history
diff --git
a/app-shells/posh/posh-0.13.1.ebuild
b/app-shells/posh/posh-0.13.1.ebuild
index b9d6fe69c69b744343aea0eeaac74ab0d0213e95..cabbfd2573a2ee2394e6d45fed1595682d0ab040 100644
(file)
--- a/
app-shells/posh/posh-0.13.1.ebuild
+++ b/
app-shells/posh/posh-0.13.1.ebuild
@@
-3,6
+3,8
@@
EAPI=6
+inherit autotools
+
DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
HOMEPAGE="https://salsa.debian.org/clint/posh"
SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz"
@@
-16,6
+18,12
@@
DEPEND="app-arch/xz-utils"
S=${WORKDIR}/posh
+src_prepare() {
+ default
+ # the tarball apparently contains outdated files
+ eautoreconf
+}
+
src_configure() {
local myconf=(
--exec-prefix="${EPREFIX:-/}"