Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/posh/
Date: Mon, 26 Mar 2018 06:37:30
Message-Id: 1522046239.d0d2d8dbc1576126d64f620f7cb579e5cbde4a4d.mgorny@gentoo
1 commit: d0d2d8dbc1576126d64f620f7cb579e5cbde4a4d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 26 06:36:33 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 06:37:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d2d8db
7
8 app-shells/posh: Force eautoreconf to regen files
9
10 Closes: https://bugs.gentoo.org/649796
11
12 app-shells/posh/posh-0.13.1.ebuild | 8 ++++++++
13 1 file changed, 8 insertions(+)
14
15 diff --git a/app-shells/posh/posh-0.13.1.ebuild b/app-shells/posh/posh-0.13.1.ebuild
16 index b9d6fe69c69..cabbfd2573a 100644
17 --- a/app-shells/posh/posh-0.13.1.ebuild
18 +++ b/app-shells/posh/posh-0.13.1.ebuild
19 @@ -3,6 +3,8 @@
20
21 EAPI=6
22
23 +inherit autotools
24 +
25 DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
26 HOMEPAGE="https://salsa.debian.org/clint/posh"
27 SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz"
28 @@ -16,6 +18,12 @@ DEPEND="app-arch/xz-utils"
29
30 S=${WORKDIR}/posh
31
32 +src_prepare() {
33 + default
34 + # the tarball apparently contains outdated files
35 + eautoreconf
36 +}
37 +
38 src_configure() {
39 local myconf=(
40 --exec-prefix="${EPREFIX:-/}"