diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-31 00:36:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-31 01:06:37 +0100 |
commit | d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a (patch) | |
tree | d0dbf038e99c25e5a3060c2ff646102555e6801e /dev-util/bcc | |
parent | profiles: Clean py2.7 leftovers (diff) | |
download | gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.gz gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.bz2 gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.zip |
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/bcc')
-rw-r--r-- | dev-util/bcc/bcc-0.16.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.17.0-r100.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.17.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.18.0-r1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/bcc/bcc-0.16.0-r1.ebuild b/dev-util/bcc/bcc-0.16.0-r1.ebuild index 52f59488240d..aae8cb730d43 100644 --- a/dev-util/bcc/bcc-0.16.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.16.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake linux-info llvm python-r1 diff --git a/dev-util/bcc/bcc-0.17.0-r100.ebuild b/dev-util/bcc/bcc-0.17.0-r100.ebuild index 1fdecd02961f..af2c0ec78f88 100644 --- a/dev-util/bcc/bcc-0.17.0-r100.ebuild +++ b/dev-util/bcc/bcc-0.17.0-r100.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake linux-info llvm lua-single python-r1 diff --git a/dev-util/bcc/bcc-0.17.0.ebuild b/dev-util/bcc/bcc-0.17.0.ebuild index 29d6cc3139dd..64a5e078b6b3 100644 --- a/dev-util/bcc/bcc-0.17.0.ebuild +++ b/dev-util/bcc/bcc-0.17.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake linux-info llvm python-r1 diff --git a/dev-util/bcc/bcc-0.18.0-r1.ebuild b/dev-util/bcc/bcc-0.18.0-r1.ebuild index bb9b2a8339fd..a42cb9e0a1dd 100644 --- a/dev-util/bcc/bcc-0.18.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.18.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake linux-info llvm lua-single python-r1 |