commit:     f5a3f1b71c33030356a10320181b8be41a44b836
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 12:15:21 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 12:15:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a3f1b7

media-gfx/povray: remove USE=static-libs

Bug: https://bugs.gentoo.org/813049
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-gfx/povray/povray-3.7.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/povray/povray-3.7.0.0-r1.ebuild 
b/media-gfx/povray/povray-3.7.0.0-r1.ebuild
index f6193beca6b2..5eab9b2b5c70 100644
--- a/media-gfx/povray/povray-3.7.0.0-r1.ebuild
+++ b/media-gfx/povray/povray-3.7.0.0-r1.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/POV-Ray/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="debug +io-restrictions openexr static-libs tiff X"
+IUSE="debug +io-restrictions openexr tiff X"
 
 DEPEND="
        >=dev-libs/boost-1.50.0:=[threads(+)]
@@ -112,11 +112,11 @@ src_configure() {
                $(use_with tiff libtiff "${EPREFIX}/usr/$(get_libdir)") \
                $(use_with X libsdl "${EPREFIX}/usr/$(get_libdir)") \
                $(use_with X x "${EPREFIX}/usr/$(get_libdir)") \
-               $(use_enable static-libs static) \
                $(usex tiff "" "NON_REDISTRIBUTABLE_BUILD=yes") \
                --with-boost-libdir="${EPREFIX}/usr/$(get_libdir)" \
                --without-libmkl \
                --disable-pipe \
+               --disable-static \
                --disable-strip \
                --disable-optimiz \
                --disable-optimiz-arch

Reply via email to