commit:     16871be0bab2ec622ccb6bf90bddd8c61812a224
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 00:36:08 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 02:21:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16871be0

media-libs/smpeg2: drop debug+static-libs IUSE

debug was only used to control -DNDEBUG

static-libs support was already dropped but was still in IUSE

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-libs/smpeg2/smpeg2-2.0.0-r4.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-libs/smpeg2/smpeg2-2.0.0-r4.ebuild 
b/media-libs/smpeg2/smpeg2-2.0.0-r4.ebuild
index b8ee861d477..fc1598ddc4a 100644
--- a/media-libs/smpeg2/smpeg2-2.0.0-r4.ebuild
+++ b/media-libs/smpeg2/smpeg2-2.0.0-r4.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="LGPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug cpu_flags_x86_mmx static-libs"
+IUSE="cpu_flags_x86_mmx"
 
 DEPEND="media-libs/libsdl2[${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}"
@@ -40,7 +40,6 @@ multilib_src_configure() {
                --disable-sdltest
                --enable-debug # disabling this only passes extra optimizations
                $(use_enable cpu_flags_x86_mmx mmx)
-               $(use_enable debug assertions)
        )
        ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }

Reply via email to