diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:51 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:51 +0200 |
commit | 5eb8fc12bab47d47e3c9b1b9ff1d8e34bda837b6 (patch) | |
tree | 51444f076f6616fa5189a81ae21457d2774d10c9 /games-strategy/freeorion | |
parent | games-puzzle/angrydd: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-5eb8fc12bab47d47e3c9b1b9ff1d8e34bda837b6.tar.gz gentoo-5eb8fc12bab47d47e3c9b1b9ff1d8e34bda837b6.tar.bz2 gentoo-5eb8fc12bab47d47e3c9b1b9ff1d8e34bda837b6.zip |
games-strategy/freeorion: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
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-r3.ebuild | 4 | ||||
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.10.1_p20200629.ebuild | 4 | ||||
-rw-r--r-- | games-strategy/freeorion/freeorion-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild b/games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild index 7dc53ff3da60..80259c6eddb7 100644 --- a/games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9} ) inherit cmake python-single-r1 xdg DESCRIPTION="A free turn-based space empire and galactic conquest game" @@ -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_USEDEP}] ') !dedicated? ( media-libs/freealut diff --git a/games-strategy/freeorion/freeorion-0.4.10.1_p20200629.ebuild b/games-strategy/freeorion/freeorion-0.4.10.1_p20200629.ebuild index 62d5f6b9836a..eac7dfb3feb3 100644 --- a/games-strategy/freeorion/freeorion-0.4.10.1_p20200629.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.10.1_p20200629.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9} ) inherit cmake python-single-r1 xdg DESCRIPTION="A free turn-based space empire and galactic conquest game" @@ -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_USEDEP}] ') !dedicated? ( media-libs/freealut diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild index 063ff13d1aea..46bf4ce29f60 100644 --- a/games-strategy/freeorion/freeorion-9999.ebuild +++ b/games-strategy/freeorion/freeorion-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9} ) inherit cmake python-single-r1 xdg DESCRIPTION="A free turn-based space empire and galactic conquest game" @@ -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_USEDEP}] ') !dedicated? ( media-libs/freealut |