From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99EAF158086 for ; Thu, 2 Dec 2021 12:21:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D98BEE07D9; Thu, 2 Dec 2021 12:21:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0321CE07D9 for ; Thu, 2 Dec 2021 12:21:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C32E7342E3E for ; Thu, 2 Dec 2021 12:21:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01169132 for ; Thu, 2 Dec 2021 12:21:52 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1638447471.bcf76bd6731f1259b5555a6924d00de4f10cfd13.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/naev/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/naev/naev-0.8.2.ebuild X-VCS-Directories: games-strategy/naev/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: bcf76bd6731f1259b5555a6924d00de4f10cfd13 X-VCS-Branch: master Date: Thu, 2 Dec 2021 12:21:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cae82610-f228-4f94-b416-5997dc9cd88f X-Archives-Hash: 1d63101bd3b5ff54f768b754f8ac29c7 commit: bcf76bd6731f1259b5555a6924d00de4f10cfd13 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Dec 2 12:17:49 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Dec 2 12:17:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf76bd6 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 gentoo.org> games-strategy/naev/naev-0.8.2.ebuild | 9 ++++----- 1 file 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) )