Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/povray/
Date: Mon, 06 Dec 2021 12:15:33
Message-Id: 1638792921.f5a3f1b71c33030356a10320181b8be41a44b836.soap@gentoo
1 commit: f5a3f1b71c33030356a10320181b8be41a44b836
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 6 12:15:21 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 6 12:15:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a3f1b7
7
8 media-gfx/povray: remove USE=static-libs
9
10 Bug: https://bugs.gentoo.org/813049
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 media-gfx/povray/povray-3.7.0.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/povray/povray-3.7.0.0-r1.ebuild b/media-gfx/povray/povray-3.7.0.0-r1.ebuild
17 index f6193beca6b2..5eab9b2b5c70 100644
18 --- a/media-gfx/povray/povray-3.7.0.0-r1.ebuild
19 +++ b/media-gfx/povray/povray-3.7.0.0-r1.ebuild
20 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/POV-Ray/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
21 LICENSE="AGPL-3"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
24 -IUSE="debug +io-restrictions openexr static-libs tiff X"
25 +IUSE="debug +io-restrictions openexr tiff X"
26
27 DEPEND="
28 >=dev-libs/boost-1.50.0:=[threads(+)]
29 @@ -112,11 +112,11 @@ src_configure() {
30 $(use_with tiff libtiff "${EPREFIX}/usr/$(get_libdir)") \
31 $(use_with X libsdl "${EPREFIX}/usr/$(get_libdir)") \
32 $(use_with X x "${EPREFIX}/usr/$(get_libdir)") \
33 - $(use_enable static-libs static) \
34 $(usex tiff "" "NON_REDISTRIBUTABLE_BUILD=yes") \
35 --with-boost-libdir="${EPREFIX}/usr/$(get_libdir)" \
36 --without-libmkl \
37 --disable-pipe \
38 + --disable-static \
39 --disable-strip \
40 --disable-optimiz \
41 --disable-optimiz-arch