diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:40:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:54:08 +0100 |
commit | 8b22ac90bb746724356602509fb35ea4f04913be (patch) | |
tree | 280f105e8d75d0ebcd0ca758e75ecdef97fe60bc /dev-util/bcc | |
parent | dev-tcltk/tclpython: Remove py2 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-util/bcc/bcc-0.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.11.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.12.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.6.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.7.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.9.0-r1.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/bcc/bcc-0.10.0.ebuild b/dev-util/bcc/bcc-0.10.0.ebuild index 7a4272292b00..08138b6375b2 100644 --- a/dev-util/bcc/bcc-0.10.0.ebuild +++ b/dev-util/bcc/bcc-0.10.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 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 diff --git a/dev-util/bcc/bcc-0.12.0-r1.ebuild b/dev-util/bcc/bcc-0.12.0-r1.ebuild index e200ac3187a1..f14150fc76e6 100644 --- a/dev-util/bcc/bcc-0.12.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.12.0-r1.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 diff --git a/dev-util/bcc/bcc-0.6.0.ebuild b/dev-util/bcc/bcc-0.6.0.ebuild index 852d5503582d..deff44f3e73d 100644 --- a/dev-util/bcc/bcc-0.6.0.ebuild +++ b/dev-util/bcc/bcc-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit cmake-utils linux-info python-single-r1 diff --git a/dev-util/bcc/bcc-0.7.0.ebuild b/dev-util/bcc/bcc-0.7.0.ebuild index cfcacc44e696..718f0921ce94 100644 --- a/dev-util/bcc/bcc-0.7.0.ebuild +++ b/dev-util/bcc/bcc-0.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-utils linux-info python-single-r1 diff --git a/dev-util/bcc/bcc-0.9.0-r1.ebuild b/dev-util/bcc/bcc-0.9.0-r1.ebuild index 21fd0809c8fd..86203a8d50dc 100644 --- a/dev-util/bcc/bcc-0.9.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.9.0-r1.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 |