From 380af7990e71f0c6270dad1c41308adb139ee0cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 10 Feb 2020 13:08:45 +0100 Subject: [PATCH] sys-devel/gdb: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-devel/gdb/gdb-8.3.1-r1.ebuild | 2 +- sys-devel/gdb/gdb-8.3.1.ebuild | 2 +- sys-devel/gdb/gdb-8.3.ebuild | 2 +- sys-devel/gdb/gdb-9.1.ebuild | 2 +- sys-devel/gdb/gdb-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-devel/gdb/gdb-8.3.1-r1.ebuild b/sys-devel/gdb/gdb-8.3.1-r1.ebuild index b5cae39cf9b8..015c3bc58e76 100644 --- a/sys-devel/gdb/gdb-8.3.1-r1.ebuild +++ b/sys-devel/gdb/gdb-8.3.1-r1.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,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit eutils flag-o-matic python-single-r1 diff --git a/sys-devel/gdb/gdb-8.3.1.ebuild b/sys-devel/gdb/gdb-8.3.1.ebuild index a818c73f4771..bdc663153f47 100644 --- a/sys-devel/gdb/gdb-8.3.1.ebuild +++ b/sys-devel/gdb/gdb-8.3.1.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,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit eutils flag-o-matic python-single-r1 diff --git a/sys-devel/gdb/gdb-8.3.ebuild b/sys-devel/gdb/gdb-8.3.ebuild index 0d48fecc2854..8e01738db46c 100644 --- a/sys-devel/gdb/gdb-8.3.ebuild +++ b/sys-devel/gdb/gdb-8.3.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,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit eutils flag-o-matic python-single-r1 diff --git a/sys-devel/gdb/gdb-9.1.ebuild b/sys-devel/gdb/gdb-9.1.ebuild index 15906f75ce06..fa5deb598106 100644 --- a/sys-devel/gdb/gdb-9.1.ebuild +++ b/sys-devel/gdb/gdb-9.1.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,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit eutils flag-o-matic python-single-r1 diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 177d9951d24b..0917eed36ce3 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.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,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit eutils flag-o-matic python-single-r1 -- 2.26.2