diff options
author | David Seifert <soap@gentoo.org> | 2020-10-31 12:04:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-10-31 12:04:49 +0100 |
commit | 1f2f1dc0733e12b9e23d8e382cc938d1c7c8f07f (patch) | |
tree | 8e610eeba1006675b0cfa468735ee28ba0a1c707 /media-libs | |
parent | x11-misc/xdg-utils: Stabilize 1.1.3_p20200220-r1 amd64, #737622 (diff) | |
download | gentoo-1f2f1dc0733e12b9e23d8e382cc938d1c7c8f07f.tar.gz gentoo-1f2f1dc0733e12b9e23d8e382cc938d1c7c8f07f.tar.bz2 gentoo-1f2f1dc0733e12b9e23d8e382cc938d1c7c8f07f.zip |
media-libs/libcdr: Remove USE="static-libs"
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libcdr/libcdr-0.1.6.ebuild | 4 | ||||
-rw-r--r-- | 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 42908656ba43..1e277da8ed11 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 3397e4658eb6..2cb99bbeb299 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[@]}" |