diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 15:12:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:22:04 +0100 |
commit | 9cf4ab40d2872f143f717c1be7031df494beaa0b (patch) | |
tree | 5fe671d7b65ab92e21799796b495fa0f20813444 /games-strategy | |
parent | games-simulation/singularity: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-9cf4ab40d2872f143f717c1be7031df494beaa0b.tar.gz gentoo-9cf4ab40d2872f143f717c1be7031df494beaa0b.tar.bz2 gentoo-9cf4ab40d2872f143f717c1be7031df494beaa0b.zip |
games-strategy/freeorion: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.8_p20190501-r1.ebuild (renamed from games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild) | 6 | ||||
-rw-r--r-- | 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 e827e00ef9ec..3811c4a25749 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 index 3aea6bd3b5d9..5bf1f6f4f99a 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 3aea6bd3b5d9..5bf1f6f4f99a 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 |