diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:55 +0100 |
commit | 4995ea1ee6ce414c32fe8f48496adcfbbcfe85a3 (patch) | |
tree | 5e55a03bc3db94940699b2fe3f160c65a0606adc /dev-util/umockdev | |
parent | dev-util/ninja: Remove py2 where possible (diff) | |
download | gentoo-4995ea1ee6ce414c32fe8f48496adcfbbcfe85a3.tar.gz gentoo-4995ea1ee6ce414c32fe8f48496adcfbbcfe85a3.tar.bz2 gentoo-4995ea1ee6ce414c32fe8f48496adcfbbcfe85a3.zip |
dev-util/umockdev: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/umockdev')
-rw-r--r-- | dev-util/umockdev/umockdev-0.11.3.ebuild | 2 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.12.1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.9.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/umockdev/umockdev-0.11.3.ebuild b/dev-util/umockdev/umockdev-0.11.3.ebuild index 3d52cf6d2c80..c4d61d96500e 100644 --- a/dev-util/umockdev/umockdev-0.11.3.ebuild +++ b/dev-util/umockdev/umockdev-0.11.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit multilib-minimal python-any-r1 diff --git a/dev-util/umockdev/umockdev-0.12.1.ebuild b/dev-util/umockdev/umockdev-0.12.1.ebuild index b9da4873d6c1..8b36fb5d0bb8 100644 --- a/dev-util/umockdev/umockdev-0.12.1.ebuild +++ b/dev-util/umockdev/umockdev-0.12.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit multilib-minimal python-any-r1 diff --git a/dev-util/umockdev/umockdev-0.9.4.ebuild b/dev-util/umockdev/umockdev-0.9.4.ebuild index 0b6c981d4548..4845f7ae319d 100644 --- a/dev-util/umockdev/umockdev-0.9.4.ebuild +++ b/dev-util/umockdev/umockdev-0.9.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit python-any-r1 |