commit: 2bd83ef08bd8d14ceda28797e430e090c1041134
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 06:29:42 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 07:34:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd83ef0
dev-util/scons: Enable py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/scons/scons-3.1.2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-util/scons/scons-3.1.2.ebuild
b/dev-util/scons/scons-3.1.2.ebuild
index c496b2b8caf..2a31ed8640f 100644
--- a/dev-util/scons/scons-3.1.2.ebuild
+++ b/dev-util/scons/scons-3.1.2.ebuild
@@ -4,18 +4,18 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
DESCRIPTION="Extensible Python-based build utility"
-HOMEPAGE="http://www.scons.org/"
+HOMEPAGE="https://www.scons.org/"
SRC_URI="
https://downloads.sourceforge.net/project/scons/scons/${PV}/${P}.tar.gz
doc? (
- http://www.scons.org/doc/${PV}/PDF/${PN}-user.pdf ->
${P}-user.pdf
- http://www.scons.org/doc/${PV}/HTML/${PN}-user.html ->
${P}-user.html
+ https://www.scons.org/doc/${PV}/PDF/${PN}-user.pdf ->
${P}-user.pdf
+ https://www.scons.org/doc/${PV}/HTML/${PN}-user.html ->
${P}-user.html
)
test? ( https://github.com/scons/scons/archive/${PV}.tar.gz ->
${P}.gh.tar.gz )"