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 /app-editors/gedit | |
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 'app-editors/gedit')
-rw-r--r-- | app-editors/gedit/gedit-42.2.ebuild | 2 | ||||
-rw-r--r-- | app-editors/gedit/gedit-43.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/gedit/gedit-42.2.ebuild b/app-editors/gedit/gedit-42.2.ebuild index edc67b0f919d..5b4aa2eea9bc 100644 --- a/app-editors/gedit/gedit-42.2.ebuild +++ b/app-editors/gedit/gedit-42.2.ebuild @@ -15,7 +15,7 @@ SLOT="0" IUSE="+python gtk-doc spell" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" DEPEND=" >=dev-libs/glib-2.64:2 diff --git a/app-editors/gedit/gedit-43.1.ebuild b/app-editors/gedit/gedit-43.1.ebuild index d8b130f6ae95..ecb7c41b1712 100644 --- a/app-editors/gedit/gedit-43.1.ebuild +++ b/app-editors/gedit/gedit-43.1.ebuild @@ -15,7 +15,7 @@ SLOT="0" IUSE="+python gtk-doc spell" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" DEPEND=" >=dev-libs/glib-2.70:2 |