projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1870acf
)
net-misc/omniORB: Remove py2.7
author
Michał Górny
<mgorny@gentoo.org>
Thu, 7 May 2020 15:13:05 +0000
(17:13 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 7 May 2020 15:13:05 +0000
(17:13 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/omniORB/omniORB-4.2.2.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/omniORB/omniORB-4.2.2.ebuild
b/net-misc/omniORB/omniORB-4.2.2.ebuild
index 11410f97fd723aa65bce861e73b72316b74a02ad..62f67c23cdc95a03c6d3fa752c2005d913e233b2 100644
(file)
--- a/
net-misc/omniORB/omniORB-4.2.2.ebuild
+++ b/
net-misc/omniORB/omniORB-4.2.2.ebuild
@@
-8,7
+8,7
@@
EAPI=7
# consistency we have to force it to use one that we specify. The
# highest version the configure script will accept is python-3.3, but
# that's on it's way out, so we prefer to stick with python-2.7 for now.
-PYTHON_COMPAT=( python
2_7 python
3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit python-single-r1