commit: af921aeec86e284b92c3a3942a936d7ac13283cc Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Jan 14 09:20:45 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Jan 14 09:21:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af921aee
media-libs/harfbuzz: Allow python3 for tests as well Closes: https://bugs.gentoo.org/705378 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> media-libs/harfbuzz/harfbuzz-2.6.4.ebuild | 4 ++-- media-libs/harfbuzz/harfbuzz-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/harfbuzz/harfbuzz-2.6.4.ebuild b/media-libs/harfbuzz/harfbuzz-2.6.4.ebuild index 37dcf3fee8a..ba83033526e 100644 --- a/media-libs/harfbuzz/harfbuzz-2.6.4.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.6.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index 6a4bfdfcd95..356659abc38 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils @@ -107,5 +107,5 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs - find "${ED}" -name "*.la" -delete || die + find "${ED}" -type f -name "*.la" -delete || die }
