commit: 98b9c838cbb4818ff3970dafdb045fb4f97c3b38 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Wed Aug 12 16:38:31 2020 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Aug 12 16:38:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b9c838
media-libs/ganv: py3 Closes: https://bugs.gentoo.org/735372 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-libs/ganv/{ganv-1.6.0.ebuild => ganv-1.6.0-r1.ebuild} | 5 ++--- media-libs/ganv/ganv-1.6.0.ebuild | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/media-libs/ganv/ganv-1.6.0.ebuild b/media-libs/ganv/ganv-1.6.0-r1.ebuild similarity index 92% copy from media-libs/ganv/ganv-1.6.0.ebuild copy to media-libs/ganv/ganv-1.6.0-r1.ebuild index 91c0613bf4b..8f7045e0bab 100644 --- a/media-libs/ganv/ganv-1.6.0.ebuild +++ b/media-libs/ganv/ganv-1.6.0-r1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -# oes not work with python3 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) PYTHON_REQ_USE='threads(+)' inherit eutils flag-o-matic waf-utils python-any-r1 @@ -13,7 +12,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="+fdgl +graphviz introspection nls" RDEPEND=" diff --git a/media-libs/ganv/ganv-1.6.0.ebuild b/media-libs/ganv/ganv-1.6.0.ebuild index 91c0613bf4b..54805ef9a7f 100644 --- a/media-libs/ganv/ganv-1.6.0.ebuild +++ b/media-libs/ganv/ganv-1.6.0.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -# oes not work with python3 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='threads(+)' inherit eutils flag-o-matic waf-utils python-any-r1
