commit: dff9935213f83e59335d330e496a9687c3afe42d Author: Jannik Glückert <jannik.glueckert <AT> gmail <DOT> com> AuthorDate: Sat Feb 5 18:00:13 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 7 00:30:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff99352
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 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/libmspub/libmspub-0.1.4.ebuild | 6 +++--- 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() {
