projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d08b0
)
sys-fs/cryfs: Remove py2 where possible
author
Michał Górny
<mgorny@gentoo.org>
Mon, 10 Feb 2020 13:06:11 +0000
(14:06 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:40 +0000
(14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-fs/cryfs/cryfs-0.10.2.ebuild
patch
|
blob
|
history
diff --git
a/sys-fs/cryfs/cryfs-0.10.2.ebuild
b/sys-fs/cryfs/cryfs-0.10.2.ebuild
index 384dc785fe0600e30c7e37b808211652f5218992..8bae478822f894c085535733c65e33ea4fb54210 100644
(file)
--- a/
sys-fs/cryfs/cryfs-0.10.2.ebuild
+++ b/
sys-fs/cryfs/cryfs-0.10.2.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python
2_7 python
3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit cmake flag-o-matic linux-info python-any-r1
if [[ ${PV} == 9999 ]] ; then