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-libs/libcdr/
Date: Sat, 31 Oct 2020 11:05:18
Message-Id: 1604142289.1f2f1dc0733e12b9e23d8e382cc938d1c7c8f07f.soap@gentoo
1 commit: 1f2f1dc0733e12b9e23d8e382cc938d1c7c8f07f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:04:49 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:04:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2f1dc0
7
8 media-libs/libcdr: Remove USE="static-libs"
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 media-libs/libcdr/libcdr-0.1.6.ebuild | 4 ++--
14 media-libs/libcdr/libcdr-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-libs/libcdr/libcdr-0.1.6.ebuild b/media-libs/libcdr/libcdr-0.1.6.ebuild
18 index 42908656ba4..1e277da8ed1 100644
19 --- a/media-libs/libcdr/libcdr-0.1.6.ebuild
20 +++ b/media-libs/libcdr/libcdr-0.1.6.ebuild
21 @@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
22
23 LICENSE="MPL-2.0"
24 SLOT="0"
25 -IUSE="doc static-libs test"
26 +IUSE="doc test"
27
28 RESTRICT="!test? ( test )"
29
30 @@ -46,8 +46,8 @@ src_prepare() {
31
32 src_configure() {
33 local myeconfargs=(
34 + --disable-static
35 $(use_with doc docs)
36 - $(use_enable static-libs static)
37 $(use_enable test tests)
38 )
39 econf "${myeconfargs[@]}"
40
41 diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild
42 index 3397e4658eb..2cb99bbeb29 100644
43 --- a/media-libs/libcdr/libcdr-9999.ebuild
44 +++ b/media-libs/libcdr/libcdr-9999.ebuild
45 @@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
46
47 LICENSE="MPL-2.0"
48 SLOT="0"
49 -IUSE="doc static-libs test"
50 +IUSE="doc test"
51
52 RESTRICT="!test? ( test )"
53
54 @@ -44,8 +44,8 @@ src_prepare() {
55
56 src_configure() {
57 local myeconfargs=(
58 + --disable-static
59 $(use_with doc docs)
60 - $(use_enable static-libs static)
61 $(use_enable test tests)
62 )
63 econf "${myeconfargs[@]}"