commit: 81714737d4bfa7e9db0df5f60770d9a87a7d49d4 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Apr 13 10:52:07 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Apr 13 10:52:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81714737
media-libs/openjpeg: remove USE=static-libs Signed-off-by: David Seifert <soap <AT> gentoo.org> media-libs/openjpeg/openjpeg-2.5.0-r4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/openjpeg/openjpeg-2.5.0-r4.ebuild b/media-libs/openjpeg/openjpeg-2.5.0-r4.ebuild index 0fe8707e6d52..7a987ae1663d 100644 --- a/media-libs/openjpeg/openjpeg-2.5.0-r4.ebuild +++ b/media-libs/openjpeg/openjpeg-2.5.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2" SLOT="2/7" # based on SONAME KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc static-libs test" +IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" @@ -54,7 +54,7 @@ multilib_src_configure() { -DBUILD_TESTING="$(multilib_native_usex test)" -DBUILD_DOC=$(multilib_native_usex doc ON OFF) -DBUILD_CODEC=$(multilib_is_native_abi && echo ON || echo OFF) - -DBUILD_STATIC_LIBS=$(usex static-libs) + -DBUILD_STATIC_LIBS=OFF ) # Cheat a little bit and force disabling fixed point magic
