media-libs/harfbuzz: Allow python3 for tests as well
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 14 Jan 2020 09:20:45 +0000 (10:20 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 14 Jan 2020 09:21:01 +0000 (10:21 +0100)
Closes: https://bugs.gentoo.org/705378
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
media-libs/harfbuzz/harfbuzz-2.6.4.ebuild
media-libs/harfbuzz/harfbuzz-9999.ebuild

index 37dcf3fee8ac90ead5eb328dcde7eb16822892e6..ba83033526e938da0290caf320dbcf508c6a7115 100644 (file)
@@ -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
 
index 6a4bfdfcd95a7cd33ab4b58ca5f7000a4c94e59c..356659abc38ae4f96e3600bf30c9ca76bc91cd42 100644 (file)
@@ -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
 }