commit: 2006f30326b82fdd5625f353fa8cca686f40f940 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Aug 16 01:21:28 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Aug 16 01:22:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2006f303
media-libs/libheif: conditionally build tests Bug: https://bugs.gentoo.org/717242 Bug: https://bugs.gentoo.org/790593 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libheif/libheif-1.12.0-r2.ebuild | 1 + media-libs/libheif/libheif-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/libheif/libheif-1.12.0-r2.ebuild b/media-libs/libheif/libheif-1.12.0-r2.ebuild index 51c8e35500ad..0b5dfbc4051e 100644 --- a/media-libs/libheif/libheif-1.12.0-r2.ebuild +++ b/media-libs/libheif/libheif-1.12.0-r2.ebuild @@ -61,6 +61,7 @@ multilib_src_configure() { $(use_enable gdk-pixbuf) $(use_enable rav1e) $(use_enable threads multithreading) + $(use_enable test tests) $(use_enable x265) ) ECONF_SOURCE="${S}" econf "${econf_args[@]}" diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild index b2726cb668a0..a193a851d4da 100644 --- a/media-libs/libheif/libheif-9999.ebuild +++ b/media-libs/libheif/libheif-9999.ebuild @@ -57,6 +57,7 @@ multilib_src_configure() { $(use_enable gdk-pixbuf) $(use_enable rav1e) $(use_enable threads multithreading) + $(use_enable test tests) $(use_enable x265) ) ECONF_SOURCE="${S}" econf "${econf_args[@]}"
