diff options
author | Sam James <sam@gentoo.org> | 2021-03-01 10:16:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-01 10:16:30 +0000 |
commit | bb706c5383db445f085b3ac628790a319ed9d309 (patch) | |
tree | 0fffc29f08fcf460faee783bcd4df43b7754eb4f /games-strategy | |
parent | app-admin/lsyncd: fix typo in patch-file name (diff) | |
download | gentoo-bb706c5383db445f085b3ac628790a319ed9d309.tar.gz gentoo-bb706c5383db445f085b3ac628790a319ed9d309.tar.bz2 gentoo-bb706c5383db445f085b3ac628790a319ed9d309.zip |
games-strategy/0ad: fix USE=-nvtt installation
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild index fd767ad8126d..06ee07597d75 100644 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild @@ -209,7 +209,9 @@ src_install() { # Install bundled SpiderMonkey and nvtt # bug #771147 (comment 1) exeinto /usr/$(get_libdir)/${PN} - doexe binaries/system/{libCollada,libmozjs78-ps-release,libnvtt,libnvcore,libnvimage,libnvmath}.so + doexe binaries/system/{libCollada,libmozjs78-ps-release} + + use nvtt && doexe /binaries/system/{libnvtt,libnvcore,libnvimage,libnvmath}.so use editor && doexe binaries/system/libAtlasUI.so dodoc binaries/system/readme.txt |