diff options
author | 2023-04-13 12:52:07 +0200 | |
---|---|---|
committer | 2023-04-13 12:52:07 +0200 | |
commit | 81714737d4bfa7e9db0df5f60770d9a87a7d49d4 (patch) | |
tree | 84ec288cb903c7e0df948c11d83e02481ceabd4a /media-libs | |
parent | www-apps/element: drop 1.11.22, 1.11.23 (diff) | |
download | gentoo-81714737d4bfa7e9db0df5f60770d9a87a7d49d4.tar.gz gentoo-81714737d4bfa7e9db0df5f60770d9a87a7d49d4.tar.bz2 gentoo-81714737d4bfa7e9db0df5f60770d9a87a7d49d4.zip |
media-libs/openjpeg: remove USE=static-libs
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/openjpeg/openjpeg-2.5.0-r4.ebuild | 6 |
1 files 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 |