summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 13:08:45 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 13:12:44 +0100
commit380af7990e71f0c6270dad1c41308adb139ee0cb (patch)
treecd2710e377ee2d3b7dabbea42751581b178d6069 /sys-devel/gdb/gdb-9999.ebuild
parentsci-mathematics/z3: Remove py2 (diff)
downloadgentoo-380af7990e71f0c6270dad1c41308adb139ee0cb.tar.gz
gentoo-380af7990e71f0c6270dad1c41308adb139ee0cb.tar.bz2
gentoo-380af7990e71f0c6270dad1c41308adb139ee0cb.zip
sys-devel/gdb: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/gdb/gdb-9999.ebuild')
-rw-r--r--sys-devel/gdb/gdb-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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