diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-12-02 07:17:49 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-12-02 07:17:51 -0500 |
commit | bcf76bd6731f1259b5555a6924d00de4f10cfd13 (patch) | |
tree | 627e310d6841e8e3be727aa2e24951239e75c52b /games-strategy | |
parent | media-sound/strawberry: Synced live ebuild (diff) | |
download | gentoo-bcf76bd6731f1259b5555a6924d00de4f10cfd13.tar.gz gentoo-bcf76bd6731f1259b5555a6924d00de4f10cfd13.tar.bz2 gentoo-bcf76bd6731f1259b5555a6924d00de4f10cfd13.zip |
games-strategy/naev: drop broken IUSE=nls
There's already little reason to support disabling
this here, and even less if it cause issues.
Closes: https://bugs.gentoo.org/828012
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/naev/naev-0.8.2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-strategy/naev/naev-0.8.2.ebuild b/games-strategy/naev/naev-0.8.2.ebuild index 31bd4471e1da..7289b7904c55 100644 --- a/games-strategy/naev/naev-0.8.2.ebuild +++ b/games-strategy/naev/naev-0.8.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/naev/naev/releases/download/v${PV}/${P}-source.tar.g LICENSE="GPL-3 public-domain CC-BY-3.0 CC-BY-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc +mixer nls +openal" +IUSE="doc +mixer +openal" REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND=" @@ -26,9 +26,9 @@ RDEPEND=" media-libs/freetype:2 sci-libs/suitesparse virtual/glu + virtual/libintl virtual/opengl mixer? ( media-libs/sdl2-mixer ) - nls? ( virtual/libintl ) openal? ( media-libs/libvorbis media-libs/openal @@ -36,11 +36,11 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} + sys-devel/gettext doc? ( app-doc/doxygen dev-lua/ldoc - ) - nls? ( sys-devel/gettext )" + )" pkg_setup() { lua-single_pkg_setup @@ -62,7 +62,6 @@ src_configure() { $(meson_feature doc docs_c) $(meson_feature doc docs_lua) $(meson_feature lua_single_target_luajit luajit) - $(meson_feature nls) $(meson_feature openal) $(meson_feature mixer sdl_mixer) ) |