diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/librelp/librelp-1.4.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/librelp/librelp-1.5.0.ebuild | 2 |
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 |