diff options
author | Jannik Glückert <jannik.glueckert@gmail.com> | 2022-02-05 19:00:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-07 00:30:14 +0000 |
commit | dff9935213f83e59335d330e496a9687c3afe42d (patch) | |
tree | a7ca6d9265dc3cb6bea1365891d98dd8c9918078 /app-text | |
parent | sys-devel/m4: backport 198.sysval test fix (diff) | |
download | gentoo-dff9935213f83e59335d330e496a9687c3afe42d.tar.gz gentoo-dff9935213f83e59335d330e496a9687c3afe42d.tar.bz2 gentoo-dff9935213f83e59335d330e496a9687c3afe42d.zip |
app-text/libmspub: always call eautoreconf (old libtool has clang bug)
Closes: https://bugs.gentoo.org/832764
Signed-off-by: Jannik Glückert <jannik.glueckert@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libmspub/libmspub-0.1.4.ebuild | 6 | ||||
-rw-r--r-- | app-text/libmspub/libmspub-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-text/libmspub/libmspub-0.1.4.ebuild b/app-text/libmspub/libmspub-0.1.4.ebuild index 20eba626a22a..ce65701b3002 100644 --- a/app-text/libmspub/libmspub-0.1.4.ebuild +++ b/app-text/libmspub/libmspub-0.1.4.ebuild @@ -3,11 +3,11 @@ EAPI=7 -inherit flag-o-matic +inherit autotools flag-o-matic if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git" - inherit autotools git-r3 + inherit git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz" KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86" @@ -38,7 +38,7 @@ PATCHES=( "${FILESDIR}/${P}-gcc10.patch" ) src_prepare() { default [[ -d m4 ]] || mkdir "m4" - [[ ${PV} == *9999 ]] && eautoreconf + eautoreconf } src_configure() { diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild index 2035408ee17b..1ae2f9cb01c2 100644 --- a/app-text/libmspub/libmspub-9999.ebuild +++ b/app-text/libmspub/libmspub-9999.ebuild @@ -3,11 +3,11 @@ EAPI=7 -inherit flag-o-matic +inherit autotools flag-o-matic if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git" - inherit autotools git-r3 + inherit git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} src_prepare() { default [[ -d m4 ]] || mkdir "m4" - [[ ${PV} == *9999 ]] && eautoreconf + eautoreconf } src_configure() { |