diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:45:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:00:01 +0100 |
commit | 90aeeee30e018dc4754c82aa18aad055876b5d28 (patch) | |
tree | 52b167f86197eb1f23e30048924e18547495743b /dev-libs/botan | |
parent | dev-libs/Ice: Remove py2 (diff) | |
download | gentoo-90aeeee30e018dc4754c82aa18aad055876b5d28.tar.gz gentoo-90aeeee30e018dc4754c82aa18aad055876b5d28.tar.bz2 gentoo-90aeeee30e018dc4754c82aa18aad055876b5d28.zip |
dev-libs/botan: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-1.10.17-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/botan/botan-2.11.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/botan/botan-2.9.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/botan/botan-1.10.17-r2.ebuild b/dev-libs/botan/botan-1.10.17-r2.ebuild index 9bea1c6a6626..80af870a2c46 100644 --- a/dev-libs/botan/botan-1.10.17-r2.ebuild +++ b/dev-libs/botan/botan-1.10.17-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit multilib python-r1 toolchain-funcs diff --git a/dev-libs/botan/botan-2.11.0.ebuild b/dev-libs/botan/botan-2.11.0.ebuild index 8afc43d3519b..4a5a14338456 100644 --- a/dev-libs/botan/botan-2.11.0.ebuild +++ b/dev-libs/botan/botan-2.11.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit multilib python-r1 toolchain-funcs diff --git a/dev-libs/botan/botan-2.9.0.ebuild b/dev-libs/botan/botan-2.9.0.ebuild index 41f6e58805ca..ec3daddb3301 100644 --- a/dev-libs/botan/botan-2.9.0.ebuild +++ b/dev-libs/botan/botan-2.9.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit multilib python-r1 toolchain-funcs |