diff options
author | Sam James <sam@gentoo.org> | 2022-11-21 05:41:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-21 06:16:18 +0000 |
commit | 5ae914c114c5956865c2020b70c4fc9e21f64686 (patch) | |
tree | dfde8ee9ba8d558331ff64b45a8fdadb0abd6116 /dev-util/glade | |
parent | dev-util/kbuild: fix -Wimplicit-function-declaration (diff) | |
download | gentoo-5ae914c114c5956865c2020b70c4fc9e21f64686.tar.gz gentoo-5ae914c114c5956865c2020b70c4fc9e21f64686.tar.bz2 gentoo-5ae914c114c5956865c2020b70c4fc9e21f64686.zip |
profiles/features/wd40: unmask libsecret, gvfs
libsecret only has an optional dep on gjs, so mask instead.
Reported-by: WANG Xuerui <xen0n@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/glade')
-rw-r--r-- | dev-util/glade/glade-3.40.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/glade/glade-3.40.0.ebuild b/dev-util/glade/glade-3.40.0.ebuild index 0c6a7babbc19..9aa0e270d621 100644 --- a/dev-util/glade/glade-3.40.0.ebuild +++ b/dev-util/glade/glade-3.40.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://glade.gnome.org https://gitlab.gnome.org/GNOME/glade" LICENSE="GPL-2+ FDL-1.1+" SLOT="3.10/13" # subslot = suffix of libgladeui-2.so -KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86" IUSE="gjs gtk-doc +introspection python webkit" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |