projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b65413
)
dev-libs/libcec: Python 3.7 compatibility
author
Craig Andrews
<candrews@gentoo.org>
Sun, 13 Oct 2019 19:43:20 +0000
(15:43 -0400)
committer
Craig Andrews
<candrews@gentoo.org>
Tue, 15 Oct 2019 19:15:38 +0000
(15:15 -0400)
Closes: https://bugs.gentoo.org/697652
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13279
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-libs/libcec/libcec-4.0.4-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/libcec/libcec-4.0.4-r1.ebuild
b/dev-libs/libcec/libcec-4.0.4-r1.ebuild
index 949084865bd2e2de3ee9290c0581e2941dda92f6..3b6b60f5de216c4a8f5114975f71b12b11d5eeaf 100644
(file)
--- a/
dev-libs/libcec/libcec-4.0.4-r1.ebuild
+++ b/
dev-libs/libcec/libcec-4.0.4-r1.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6
,3_7
} )
MY_PV=${PV/_p/-}
MY_P=${PN}-${MY_PV}