commit:     1f2f1dc0733e12b9e23d8e382cc938d1c7c8f07f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 11:04:49 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 11:04:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2f1dc0

media-libs/libcdr: Remove USE="static-libs"

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-libs/libcdr/libcdr-0.1.6.ebuild | 4 ++--
 media-libs/libcdr/libcdr-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libcdr/libcdr-0.1.6.ebuild 
b/media-libs/libcdr/libcdr-0.1.6.ebuild
index 42908656ba4..1e277da8ed1 100644
--- a/media-libs/libcdr/libcdr-0.1.6.ebuild
+++ b/media-libs/libcdr/libcdr-0.1.6.ebuild
@@ -16,7 +16,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-IUSE="doc static-libs test"
+IUSE="doc test"
 
 RESTRICT="!test? ( test )"
 
@@ -46,8 +46,8 @@ src_prepare() {
 
 src_configure() {
        local myeconfargs=(
+               --disable-static
                $(use_with doc docs)
-               $(use_enable static-libs static)
                $(use_enable test tests)
        )
        econf "${myeconfargs[@]}"

diff --git a/media-libs/libcdr/libcdr-9999.ebuild 
b/media-libs/libcdr/libcdr-9999.ebuild
index 3397e4658eb..2cb99bbeb29 100644
--- a/media-libs/libcdr/libcdr-9999.ebuild
+++ b/media-libs/libcdr/libcdr-9999.ebuild
@@ -16,7 +16,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-IUSE="doc static-libs test"
+IUSE="doc test"
 
 RESTRICT="!test? ( test )"
 
@@ -44,8 +44,8 @@ src_prepare() {
 
 src_configure() {
        local myeconfargs=(
+               --disable-static
                $(use_with doc docs)
-               $(use_enable static-libs static)
                $(use_enable test tests)
        )
        econf "${myeconfargs[@]}"

Reply via email to