diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:06:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:40 +0100 |
commit | e637c947785e0e509d2ccd48df47db518d675de5 (patch) | |
tree | 2fa13cccb96e087a26c8ef5553b1b8ee0956da6d /sys-fs/cryfs | |
parent | sys-firmware/seabios: Remove py2 where possible (diff) | |
download | gentoo-e637c947785e0e509d2ccd48df47db518d675de5.tar.gz gentoo-e637c947785e0e509d2ccd48df47db518d675de5.tar.bz2 gentoo-e637c947785e0e509d2ccd48df47db518d675de5.zip |
sys-fs/cryfs: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs/cryfs')
-rw-r--r-- | sys-fs/cryfs/cryfs-0.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/cryfs/cryfs-0.10.2.ebuild b/sys-fs/cryfs/cryfs-0.10.2.ebuild index 384dc785fe06..8bae478822f8 100644 --- 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=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake flag-o-matic linux-info python-any-r1 if [[ ${PV} == 9999 ]] ; then |