dev-libs/libixion: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 2 Dec 2019 22:12:18 +0000 (23:12 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 2 Dec 2019 22:27:02 +0000 (23:27 +0100)
Tests passed.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-libs/libixion/libixion-0.14.1.ebuild
dev-libs/libixion/libixion-9999.ebuild

index 487a0e6613a6ee78effcdd70579d8e103be770e9..7506f2c88e8ced36950f55b1cd69004b6bab6e9d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 inherit python-single-r1
 
 DESCRIPTION="General purpose formula parser & interpreter"
@@ -49,5 +49,5 @@ src_configure() {
 
 src_install() {
        default
-       find "${D}" -name '*.la' -delete || die
+       find "${D}" -name '*.la' -type f -delete || die
 }
index ff21270e7421070e96e2b25592f4b5965f3936e3..f55c1445135ecc44454c72778f498b4ada3748b7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 inherit python-single-r1
 
 DESCRIPTION="General purpose formula parser & interpreter"
@@ -51,5 +51,5 @@ src_configure() {
 
 src_install() {
        default
-       find "${D}" -name '*.la' -delete || die
+       find "${D}" -name '*.la' -type f -delete || die
 }