commit: 76facc94d83e9e0b5a5eb94315ca9a8531eb5572 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jun 1 23:01:17 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jun 1 23:06:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76facc94
media-libs/harfbuzz: Finally, run eautoreconf all the time Bug: https://bugs.gentoo.org/726674 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/harfbuzz/harfbuzz-2.6.5.ebuild | 6 +++--- media-libs/harfbuzz/harfbuzz-2.6.6.ebuild | 6 +++--- media-libs/harfbuzz/harfbuzz-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild index df0e3cbd9e4..63f6e1fd379 100644 --- a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild @@ -5,14 +5,14 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils +inherit autotools flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils DESCRIPTION="An OpenType text shaping engine" HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz" if [[ ${PV} = 9999 ]] ; then EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git" - inherit git-r3 autotools + inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" @@ -81,7 +81,7 @@ src_prepare() { test/shaping/data/in-house/Makefile.sources \ test/shaping/data/in-house/Makefile.in || die # bug 726120 - [[ ${PV} == 9999 ]] && eautoreconf + eautoreconf elibtoolize # for Solaris # bug 618772 diff --git a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild index c5ef6e97489..bdc327af67b 100644 --- a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild @@ -5,14 +5,14 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils +inherit autotools flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils DESCRIPTION="An OpenType text shaping engine" HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz" if [[ ${PV} = 9999 ]] ; then EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git" - inherit git-r3 autotools + inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" @@ -81,7 +81,7 @@ src_prepare() { test/shaping/data/in-house/Makefile.sources \ test/shaping/data/in-house/Makefile.in || die # bug 726120 - [[ ${PV} == 9999 ]] && eautoreconf + eautoreconf elibtoolize # for Solaris # bug 618772 diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index c5ef6e97489..bdc327af67b 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -5,14 +5,14 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils +inherit autotools flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils DESCRIPTION="An OpenType text shaping engine" HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz" if [[ ${PV} = 9999 ]] ; then EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git" - inherit git-r3 autotools + inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" @@ -81,7 +81,7 @@ src_prepare() { test/shaping/data/in-house/Makefile.sources \ test/shaping/data/in-house/Makefile.in || die # bug 726120 - [[ ${PV} == 9999 ]] && eautoreconf + eautoreconf elibtoolize # for Solaris # bug 618772
