From: Lars Wendler Date: Tue, 14 Jan 2020 09:20:45 +0000 (+0100) Subject: media-libs/harfbuzz: Allow python3 for tests as well X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=af921aeec86e284b92c3a3942a936d7ac13283cc;p=gentoo.git 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 --- diff --git a/media-libs/harfbuzz/harfbuzz-2.6.4.ebuild b/media-libs/harfbuzz/harfbuzz-2.6.4.ebuild index 37dcf3fee8ac..ba83033526e9 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 6a4bfdfcd95a..356659abc38a 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 }