commit: da26980f5eabddd543500677ca180aa945ef765d Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Sat May 9 15:28:38 2020 +0000 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org> CommitDate: Sat May 9 15:31:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da26980f
games-strategy/freeorion: Fix missing boost[nls] dep Closes: https://bugs.gentoo.org/721854 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org> ...orion-0.4.9_p20200409.ebuild => freeorion-0.4.9_p20200409-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/freeorion/freeorion-0.4.9_p20200409.ebuild b/games-strategy/freeorion/freeorion-0.4.9_p20200409-r1.ebuild similarity index 95% rename from games-strategy/freeorion/freeorion-0.4.9_p20200409.ebuild rename to games-strategy/freeorion/freeorion-0.4.9_p20200409-r1.ebuild index 048d1b8bf69..c1efcaa3e7c 100644 --- a/games-strategy/freeorion/freeorion-0.4.9_p20200409.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.9_p20200409-r1.ebuild @@ -35,7 +35,7 @@ BDEPEND=" " RDEPEND=" $(python_gen_cond_dep ' - >=dev-libs/boost-1.67:=[python,threads,${PYTHON_MULTI_USEDEP}] + >=dev-libs/boost-1.67:=[nls,python,threads,${PYTHON_MULTI_USEDEP}] ') !dedicated? ( media-libs/freealut
