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 314D3138350 for ; Sun, 9 Feb 2020 16:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2243E0885; Sun, 9 Feb 2020 16:25:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4DFDAE0885 for ; Sun, 9 Feb 2020 16:25:26 +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 DB95C34E742 for ; Sun, 9 Feb 2020 16:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4139B146 for ; Sun, 9 Feb 2020 16:25:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581265324.9cf4ab40d2872f143f717c1be7031df494beaa0b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild games-strategy/freeorion/freeorion-0.4.8_p20190501-r1.ebuild games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild games-strategy/freeorion/freeorion-9999.ebuild X-VCS-Directories: games-strategy/freeorion/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9cf4ab40d2872f143f717c1be7031df494beaa0b X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:25:20 +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: 3fbaba26-d764-47a1-908c-b534a78eb833 X-Archives-Hash: ec9e43a0542a3e5a547a171b9c9bc135 commit: 9cf4ab40d2872f143f717c1be7031df494beaa0b Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 14:12:03 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:22:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf4ab40 games-strategy/freeorion: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild | 6 ++++-- ...n-0.4.8_p20190501.ebuild => freeorion-0.4.8_p20190501-r1.ebuild} | 6 ++++-- games-strategy/freeorion/freeorion-9999.ebuild | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild b/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild index e827e00ef9e..3811c4a2574 100644 --- a/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,7 +26,9 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - >=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-libs/boost-1.56:=[python,threads,${PYTHON_MULTI_USEDEP}] + ') media-libs/freealut media-libs/freetype media-libs/glew:= diff --git a/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild b/games-strategy/freeorion/freeorion-0.4.8_p20190501-r1.ebuild similarity index 92% rename from games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild rename to games-strategy/freeorion/freeorion-0.4.8_p20190501-r1.ebuild index 3aea6bd3b5d..5bf1f6f4f99 100644 --- a/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.8_p20190501-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,9 @@ BDEPEND=" virtual/pkgconfig " RDEPEND=" - >=dev-libs/boost-1.58:=[python,threads,${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-libs/boost-1.58:=[python,threads,${PYTHON_MULTI_USEDEP}] + ') !dedicated? ( media-libs/freealut >=media-libs/freetype-2.5.5 diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild index 3aea6bd3b5d..5bf1f6f4f99 100644 --- a/games-strategy/freeorion/freeorion-9999.ebuild +++ b/games-strategy/freeorion/freeorion-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,9 @@ BDEPEND=" virtual/pkgconfig " RDEPEND=" - >=dev-libs/boost-1.58:=[python,threads,${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-libs/boost-1.58:=[python,threads,${PYTHON_MULTI_USEDEP}] + ') !dedicated? ( media-libs/freealut >=media-libs/freetype-2.5.5