commit:     c3c022ea8f3ef45d905291f23af6b97940a76047
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 18 21:40:12 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 10:50:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c022ea

media-libs/harfbuzz: drop broken USE=static-libs

Fixing it should just be a matter of replacing the non-existent
static meson option with
-Ddefault_library=$(usex static-libs both shared)
But as it has been broken for a year, there are no in-tree consumers
of it and no-one has complained, just drop it as we don't generally
provide USE=static-libs unless something requires it.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-libs/harfbuzz/harfbuzz-2.9.0.ebuild | 3 +--
 media-libs/harfbuzz/harfbuzz-9999.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.9.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.9.0.ebuild
index f47e641c6ee..28175cdd235 100644
--- a/media-libs/harfbuzz/harfbuzz-2.9.0.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.9.0.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="Old-MIT ISC icu"
 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
 
-IUSE="+cairo debug doc experimental +glib +graphite icu +introspection 
static-libs test +truetype"
+IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test 
+truetype"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="introspection? ( glib )"
 
@@ -91,7 +91,6 @@ multilib_src_configure() {
                $(meson_native_use_feature introspection)
 
                $(meson_use experimental experimental_api)
-               $(meson_use static-libs static)
        )
        meson_src_configure
 }

diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild 
b/media-libs/harfbuzz/harfbuzz-9999.ebuild
index f47e641c6ee..28175cdd235 100644
--- a/media-libs/harfbuzz/harfbuzz-9999.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="Old-MIT ISC icu"
 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
 
-IUSE="+cairo debug doc experimental +glib +graphite icu +introspection 
static-libs test +truetype"
+IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test 
+truetype"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="introspection? ( glib )"
 
@@ -91,7 +91,6 @@ multilib_src_configure() {
                $(meson_native_use_feature introspection)
 
                $(meson_use experimental experimental_api)
-               $(meson_use static-libs static)
        )
        meson_src_configure
 }

Reply via email to