summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 12:40:15 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 12:54:08 +0100
commit8b22ac90bb746724356602509fb35ea4f04913be (patch)
tree280f105e8d75d0ebcd0ca758e75ecdef97fe60bc /dev-util/bcc/bcc-0.11.0.ebuild
parentdev-tcltk/tclpython: Remove py2 (diff)
downloadgentoo-8b22ac90bb746724356602509fb35ea4f04913be.tar.gz
gentoo-8b22ac90bb746724356602509fb35ea4f04913be.tar.bz2
gentoo-8b22ac90bb746724356602509fb35ea4f04913be.zip
dev-util/bcc: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/bcc/bcc-0.11.0.ebuild')
-rw-r--r--dev-util/bcc/bcc-0.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bcc/bcc-0.11.0.ebuild b/dev-util/bcc/bcc-0.11.0.ebuild
index 4fbad99072a8..06720965ca28 100644
--- a/dev-util/bcc/bcc-0.11.0.ebuild
+++ b/dev-util/bcc/bcc-0.11.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit cmake-utils linux-info python-single-r1