diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:10:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:58:22 +0100 |
commit | 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 (patch) | |
tree | d74e2f2dfd3ea0562ab791352f03f91078cd2c74 /sys-devel/gdb | |
parent | sys-cluster/gasnet: added ~arm tested by me (diff) | |
download | gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.gz gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.bz2 gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.zip |
global: Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-7.10.1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.11.1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.11.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.9.1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild index d5e8e8da0882..066fb61dbcd6 100644 --- a/sys-devel/gdb/gdb-7.10.1.ebuild +++ b/sys-devel/gdb/gdb-7.10.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit flag-o-matic eutils python-single-r1 diff --git a/sys-devel/gdb/gdb-7.11.1.ebuild b/sys-devel/gdb/gdb-7.11.1.ebuild index c17a25403d04..7d9e072a39e4 100644 --- a/sys-devel/gdb/gdb-7.11.1.ebuild +++ b/sys-devel/gdb/gdb-7.11.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit flag-o-matic eutils python-single-r1 diff --git a/sys-devel/gdb/gdb-7.11.ebuild b/sys-devel/gdb/gdb-7.11.ebuild index fb362311f127..3487030b1978 100644 --- a/sys-devel/gdb/gdb-7.11.ebuild +++ b/sys-devel/gdb/gdb-7.11.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit flag-o-matic eutils python-single-r1 diff --git a/sys-devel/gdb/gdb-7.9.1.ebuild b/sys-devel/gdb/gdb-7.9.1.ebuild index 2e0c768040ec..92cf65cd4c26 100644 --- a/sys-devel/gdb/gdb-7.9.1.ebuild +++ b/sys-devel/gdb/gdb-7.9.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit flag-o-matic eutils python-single-r1 diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 311f2094283c..e47cf397ed26 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit flag-o-matic eutils python-single-r1 |