projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff3405f
)
dev-util/catalyst: Drop PYTHON_COMPAT=python3_6
author
Matt Turner
<mattst88@gentoo.org>
Tue, 19 May 2020 03:55:21 +0000
(20:55 -0700)
committer
Matt Turner
<mattst88@gentoo.org>
Tue, 19 May 2020 03:56:07 +0000
(20:56 -0700)
We're using python 3.7 features in git.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-util/catalyst/catalyst-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/catalyst/catalyst-9999.ebuild
b/dev-util/catalyst/catalyst-9999.ebuild
index e50d1271d9a4cb998f252aa5d1a61754f3b173f2..2c7b1791e8cd40e3c6a26be84295a8d8cbd8e53c 100644
(file)
--- a/
dev-util/catalyst/catalyst-9999.ebuild
+++ b/
dev-util/catalyst/catalyst-9999.ebuild
@@
-12,7
+12,7
@@
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
-PYTHON_COMPAT=( python3_{
6,
7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1 ${SRC_ECLASS}