commit:     08722c0db371a3082062d64009df82bed473c9f5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 08:08:16 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 08:09:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08722c0d

media-libs/libheif: ebuild cleanups

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-libs/libheif/libheif-1.17.6.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/media-libs/libheif/libheif-1.17.6.ebuild 
b/media-libs/libheif/libheif-1.17.6.ebuild
index d32237df1939..a4c096fce0e6 100644
--- a/media-libs/libheif/libheif-1.17.6.ebuild
+++ b/media-libs/libheif/libheif-1.17.6.ebuild
@@ -22,7 +22,6 @@ IUSE="+aom gdk-pixbuf go rav1e svt-av1 test +threads x265"
 REQUIRED_USE="test? ( go )"
 RESTRICT="!test? ( test )"
 
-# Bug 865351: tests requires <dev-cpp/catch-3
 BDEPEND="
        test? (
                dev-cpp/catch
@@ -67,15 +66,11 @@ multilib_src_configure() {
        local mycmakeargs=(
                -DENABLE_PLUGIN_LOADING=true
                -DWITH_LIBDE265=true
-               #--disable-static
-               #$(multilib_is_native_abi && use go || echo --disable-go)
                -DWITH_AOM_DECODER=$(usex aom)
                -DWITH_AOM_ENCODER=$(usex aom)
                -DWITH_GDK_PIXBUF=$(usex gdk-pixbuf)
                -DWITH_RAV1E="$(multilib_native_usex rav1e)"
                -DWITH_SvtEnc="$(usex svt-av1)"
-               #$(use_enable threads multithreading)
-               #$(use_enable test tests)
                -DWITH_X265=$(usex x265)
                -DWITH_KVAZAAR=true
                -DWITH_JPEG_DECODER=true

Reply via email to