diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-05-09 11:28:38 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-05-09 11:31:06 -0400 |
commit | da26980f5eabddd543500677ca180aa945ef765d (patch) | |
tree | 59ff917a74d281b40d0b2a482ae2f54e2a1981b7 /games-strategy/freeorion | |
parent | mate-extra/mate-calc: bump to v1.22.2 (diff) | |
download | gentoo-da26980f5eabddd543500677ca180aa945ef765d.tar.gz gentoo-da26980f5eabddd543500677ca180aa945ef765d.tar.bz2 gentoo-da26980f5eabddd543500677ca180aa945ef765d.zip |
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@gentoo.org>
Diffstat (limited to 'games-strategy/freeorion')
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.9_p20200409-r1.ebuild (renamed from games-strategy/freeorion/freeorion-0.4.9_p20200409.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/freeorion/freeorion-0.4.9_p20200409.ebuild b/games-strategy/freeorion/freeorion-0.4.9_p20200409-r1.ebuild index 048d1b8bf695..c1efcaa3e7c0 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 |