diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:56:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:21:22 +0100 |
commit | 9a817caad7855ce2418fca3370c58a7051630f12 (patch) | |
tree | cfa2dbd7791ce267fd444d565013668801026ed0 /app-misc/solaar | |
parent | dev-python/py-ubjson: Remove py2 (diff) | |
download | gentoo-9a817caad7855ce2418fca3370c58a7051630f12.tar.gz gentoo-9a817caad7855ce2418fca3370c58a7051630f12.tar.bz2 gentoo-9a817caad7855ce2418fca3370c58a7051630f12.zip |
app-misc/solaar: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/solaar')
-rw-r--r-- | app-misc/solaar/solaar-0.9.2-r3.ebuild | 2 | ||||
-rw-r--r-- | app-misc/solaar/solaar-1.0.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-misc/solaar/solaar-1.0.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/solaar/solaar-0.9.2-r3.ebuild b/app-misc/solaar/solaar-0.9.2-r3.ebuild index f86d079462fc..5c823ed39c46 100644 --- a/app-misc/solaar/solaar-0.9.2-r3.ebuild +++ b/app-misc/solaar/solaar-0.9.2-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 udev linux-info gnome2-utils diff --git a/app-misc/solaar/solaar-1.0.1-r1.ebuild b/app-misc/solaar/solaar-1.0.1-r1.ebuild index e81e7cc244bb..a93b069daee3 100644 --- a/app-misc/solaar/solaar-1.0.1-r1.ebuild +++ b/app-misc/solaar/solaar-1.0.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit linux-info udev xdg distutils-r1 diff --git a/app-misc/solaar/solaar-1.0.1.ebuild b/app-misc/solaar/solaar-1.0.1.ebuild index d8ff31e25bfa..c947969d7c4a 100644 --- a/app-misc/solaar/solaar-1.0.1.ebuild +++ b/app-misc/solaar/solaar-1.0.1.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 distutils-r1 linux-info udev xdg |