diff options
author | David Seifert <soap@gentoo.org> | 2021-06-18 21:16:41 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 21:16:41 +0200 |
commit | 271e40dee2ed4a7909ba121bae8973ea87de006a (patch) | |
tree | b1ced3857a0bcb7ff1db87d2647b46db42206f17 /games-strategy/freeorion | |
parent | games-engines/openmw: Depend on dev-libs/boost:=[threads(+)] (diff) | |
download | gentoo-271e40dee2ed4a7909ba121bae8973ea87de006a.tar.gz gentoo-271e40dee2ed4a7909ba121bae8973ea87de006a.tar.bz2 gentoo-271e40dee2ed4a7909ba121bae8973ea87de006a.zip |
games-strategy/freeorion: Depend on dev-libs/boost:=[threads(+)]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-strategy/freeorion')
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild (renamed from games-strategy/freeorion/freeorion-0.4.10.1-r1.ebuild) | 6 | ||||
-rw-r--r-- | games-strategy/freeorion/freeorion-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-strategy/freeorion/freeorion-0.4.10.1-r1.ebuild b/games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild index 9cdce45d2d21..8fe0bd67b884 100644 --- a/games-strategy/freeorion/freeorion-0.4.10.1-r1.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ BDEPEND=" " RDEPEND=" $(python_gen_cond_dep ' - >=dev-libs/boost-1.58:=[nls,python,threads,${PYTHON_MULTI_USEDEP}] + >=dev-libs/boost-1.58:=[nls,python,threads(+),${PYTHON_MULTI_USEDEP}] ') !dedicated? ( media-libs/freealut @@ -46,7 +46,7 @@ RDEPEND=" media-libs/libsdl2[X,opengl,video] >=media-libs/libvorbis-1.1.2 media-libs/openal - sci-physics/bullet + sci-physics/bullet:= virtual/opengl ) sys-libs/zlib diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild index dc0896abe664..afe458a3f79f 100644 --- a/games-strategy/freeorion/freeorion-9999.ebuild +++ b/games-strategy/freeorion/freeorion-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ BDEPEND=" " RDEPEND=" $(python_gen_cond_dep ' - >=dev-libs/boost-1.60:=[nls,python,threads,${PYTHON_MULTI_USEDEP}] + >=dev-libs/boost-1.60:=[nls,python,threads(+),${PYTHON_MULTI_USEDEP}] ') !dedicated? ( media-libs/freealut @@ -46,7 +46,7 @@ RDEPEND=" media-libs/libsdl2[X,opengl,video] >=media-libs/libvorbis-1.1.2 media-libs/openal - sci-physics/bullet + sci-physics/bullet:= virtual/opengl ) sys-libs/zlib |