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 31214138359 for ; Fri, 31 Jul 2020 11:28:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44762E0977; Fri, 31 Jul 2020 11:28:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2A5B3E0977 for ; Fri, 31 Jul 2020 11:27:59 +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 C52FF34F526 for ; Fri, 31 Jul 2020 11:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B80827F for ; Fri, 31 Jul 2020 11:27:57 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1596194808.37ea770d0bd02f774725ec255f89093843c66763.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/legendary/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/legendary/legendary-0.0.18-r1.ebuild games-util/legendary/legendary-0.0.18.ebuild games-util/legendary/legendary-0.0.19-r1.ebuild games-util/legendary/legendary-0.0.19.ebuild X-VCS-Directories: games-util/legendary/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 37ea770d0bd02f774725ec255f89093843c66763 X-VCS-Branch: dev Date: Fri, 31 Jul 2020 11:27:57 +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: e0088544-8a99-45f8-9e55-01978a3fc0c6 X-Archives-Hash: 4ac498747467ac9cb06a86d6f9055c21 commit: 37ea770d0bd02f774725ec255f89093843c66763 Author: Andreas Zuber gmx ch> AuthorDate: Fri Jul 31 08:43:13 2020 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Fri Jul 31 11:26:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37ea770d games-util/legendary: use single python target. The ebuild should install the application only for one supported python implementation and not for multiple ones at the same time. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Zuber gmx.ch> Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> Closes: https://github.com/gentoo/guru/pull/17 .../{legendary-0.0.18.ebuild => legendary-0.0.18-r1.ebuild} | 7 +++++-- .../{legendary-0.0.19.ebuild => legendary-0.0.19-r1.ebuild} | 9 ++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/games-util/legendary/legendary-0.0.18.ebuild b/games-util/legendary/legendary-0.0.18-r1.ebuild similarity index 76% rename from games-util/legendary/legendary-0.0.18.ebuild rename to games-util/legendary/legendary-0.0.18-r1.ebuild index 7310e06..2c4bab1 100644 --- a/games-util/legendary/legendary-0.0.18.ebuild +++ b/games-util/legendary/legendary-0.0.18-r1.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_8 ) +DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 @@ -16,7 +17,9 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" -