summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:04:44 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:25:49 +0100
commit1b5be7c02e8251ee10b4362cccd892fd96f1dbef (patch)
tree6b99f14ebc91bef2ba96a29b5cdd1bfc0bd261ad /dev-libs/librelp
parentdev-libs/libinput: Remove py2 where possible (diff)
downloadgentoo-1b5be7c02e8251ee10b4362cccd892fd96f1dbef.tar.gz
gentoo-1b5be7c02e8251ee10b4362cccd892fd96f1dbef.tar.bz2
gentoo-1b5be7c02e8251ee10b4362cccd892fd96f1dbef.zip
dev-libs/librelp: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/librelp')
-rw-r--r--dev-libs/librelp/librelp-1.4.0.ebuild2
-rw-r--r--dev-libs/librelp/librelp-1.5.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/librelp/librelp-1.4.0.ebuild b/dev-libs/librelp/librelp-1.4.0.ebuild
index 3bfd7307720d..529fe6d6459c 100644
--- a/dev-libs/librelp/librelp-1.4.0.ebuild
+++ b/dev-libs/librelp/librelp-1.4.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit autotools python-any-r1
diff --git a/dev-libs/librelp/librelp-1.5.0.ebuild b/dev-libs/librelp/librelp-1.5.0.ebuild
index c5a14c6f2f49..edacd29ee8ed 100644
--- a/dev-libs/librelp/librelp-1.5.0.ebuild
+++ b/dev-libs/librelp/librelp-1.5.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit autotools python-any-r1