From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D45B138359 for ; Wed, 12 Aug 2020 16:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9325BE090A; Wed, 12 Aug 2020 16:39:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 760D9E090A for ; Wed, 12 Aug 2020 16:39:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CE5434F617 for ; Wed, 12 Aug 2020 16:38:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC3C422B for ; Wed, 12 Aug 2020 16:38:56 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1597250327.98b9c838cbb4818ff3970dafdb045fb4f97c3b38.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ganv/ganv-1.6.0-r1.ebuild media-libs/ganv/ganv-1.6.0.ebuild X-VCS-Directories: media-libs/ganv/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 98b9c838cbb4818ff3970dafdb045fb4f97c3b38 X-VCS-Branch: master Date: Wed, 12 Aug 2020 16:38:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3f9a36b-d69a-4b89-b6c3-8caf55bf7964 X-Archives-Hash: f3f2b2c7b37a0b5b68a6becad2a4b986 commit: 98b9c838cbb4818ff3970dafdb045fb4f97c3b38 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Aug 12 16:38:31 2020 +0000 Commit: Miroslav Šulc gentoo 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 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