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-crypt/seahorse | |
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-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/seahorse-42.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-43.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/seahorse/seahorse-42.0-r1.ebuild b/app-crypt/seahorse/seahorse-42.0-r1.ebuild index a36ae6b0ce21..2d3778f229b8 100644 --- a/app-crypt/seahorse/seahorse-42.0-r1.ebuild +++ b/app-crypt/seahorse/seahorse-42.0-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse" LICENSE="GPL-2+ FDL-1.1+" SLOT="0" IUSE="ldap zeroconf" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" RDEPEND=" >=dev-libs/glib-2.66:2 diff --git a/app-crypt/seahorse/seahorse-43.0.ebuild b/app-crypt/seahorse/seahorse-43.0.ebuild index 7d4cfe064c96..ac39c8301f91 100644 --- a/app-crypt/seahorse/seahorse-43.0.ebuild +++ b/app-crypt/seahorse/seahorse-43.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse" LICENSE="GPL-2+ FDL-1.1+" SLOT="0" IUSE="ldap zeroconf" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" >=dev-libs/glib-2.66:2 |