diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:58:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 13:12:33 +0100 |
commit | f97d4ae5d1a17e34ad827c05bfcdbe2adbec2375 (patch) | |
tree | ea8a6266022f3bfc738211b1326a53e1ffe39bd4 /media-libs/partio | |
parent | media-libs/lv2: Remove py2 (diff) | |
download | gentoo-f97d4ae5d1a17e34ad827c05bfcdbe2adbec2375.tar.gz gentoo-f97d4ae5d1a17e34ad827c05bfcdbe2adbec2375.tar.bz2 gentoo-f97d4ae5d1a17e34ad827c05bfcdbe2adbec2375.zip |
media-libs/partio: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/partio')
-rw-r--r-- | media-libs/partio/partio-1.1.0_p20170829.ebuild | 2 | ||||
-rw-r--r-- | media-libs/partio/partio-1.5.4.ebuild | 2 | ||||
-rw-r--r-- | media-libs/partio/partio-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild b/media-libs/partio/partio-1.1.0_p20170829.ebuild index 51dabc8a8473..9227c54e1723 100644 --- a/media-libs/partio/partio-1.1.0_p20170829.ebuild +++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit cmake-utils vcs-snapshot python-single-r1 diff --git a/media-libs/partio/partio-1.5.4.ebuild b/media-libs/partio/partio-1.5.4.ebuild index 3fea34e9cdae..dd11e5974703 100644 --- a/media-libs/partio/partio-1.5.4.ebuild +++ b/media-libs/partio/partio-1.5.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit cmake python-single-r1 if [[ ${PV} == *9999 ]]; then diff --git a/media-libs/partio/partio-9999.ebuild b/media-libs/partio/partio-9999.ebuild index e081be1b58f9..fb1771b479c3 100644 --- a/media-libs/partio/partio-9999.ebuild +++ b/media-libs/partio/partio-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit cmake python-single-r1 if [[ ${PV} == *9999 ]]; then |