dev-libs/liborcus: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 2 Dec 2019 22:17:21 +0000 (23:17 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 2 Dec 2019 22:27:03 +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/liborcus/liborcus-0.14.1-r1.ebuild
dev-libs/liborcus/liborcus-9999.ebuild

index fee41849ef8264a2fef1d1929c8439c25b7899ac..aeecd518100d04743e820be05a162830e1d282ef 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="Standalone file import filter library for spreadsheet documents"
@@ -53,5 +53,5 @@ src_configure() {
 
 src_install() {
        default
-       find "${D}" -name '*.la' -delete || die
+       find "${D}" -name '*.la' -type f -delete || die
 }
index 97a7a49aaa21dbb3bda335614510d5a5840729a0..d6dee020e3444d3d3980fca67fee032e19f27e89 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="Standalone file import filter library for spreadsheet documents"
@@ -53,5 +53,5 @@ src_configure() {
 
 src_install() {
        default
-       find "${D}" -name '*.la' -delete || die
+       find "${D}" -name '*.la' -type f -delete || die
 }