commit: 18cdf9cb2853d34400dcc60b78c6297e448dea8a Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Jun 11 01:44:42 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Wed Jun 11 03:39:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18cdf9cb
app-crypt/gcr: fix VariableOrderWrong Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> app-crypt/gcr/gcr-3.41.1-r3.ebuild | 4 ++-- app-crypt/gcr/gcr-3.41.2-r1.ebuild | 4 ++-- app-crypt/gcr/gcr-4.2.1.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-crypt/gcr/gcr-3.41.1-r3.ebuild b/app-crypt/gcr/gcr-3.41.1-r3.ebuild index a57939ab0dbf..b781efc7f0ae 100644 --- a/app-crypt/gcr/gcr-3.41.1-r3.ebuild +++ b/app-crypt/gcr/gcr-3.41.1-r3.ebuild @@ -12,6 +12,8 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gcr" LICENSE="GPL-2+ LGPL-2+" SLOT="0/1" # subslot = suffix of libgcr-base-3 and co +KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" + IUSE="gtk gtk-doc +introspection systemd test +vala wayland X" REQUIRED_USE=" gtk-doc? ( introspection ) @@ -19,8 +21,6 @@ REQUIRED_USE=" " RESTRICT="!test? ( test )" -KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" - DEPEND=" >=dev-libs/glib-2.44.0:2 >=dev-libs/libgcrypt-1.2.2:0= diff --git a/app-crypt/gcr/gcr-3.41.2-r1.ebuild b/app-crypt/gcr/gcr-3.41.2-r1.ebuild index af1aec415b98..a3a030b6eaec 100644 --- a/app-crypt/gcr/gcr-3.41.2-r1.ebuild +++ b/app-crypt/gcr/gcr-3.41.2-r1.ebuild @@ -12,6 +12,8 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gcr" LICENSE="GPL-2+ LGPL-2+" SLOT="0/1" # subslot = suffix of libgcr-base-3 and co +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + IUSE="gtk gtk-doc +introspection systemd test +vala wayland X" REQUIRED_USE=" gtk-doc? ( introspection ) @@ -19,8 +21,6 @@ REQUIRED_USE=" " RESTRICT="!test? ( test )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" - DEPEND=" >=dev-libs/glib-2.44.0:2 >=dev-libs/libgcrypt-1.2.2:0= diff --git a/app-crypt/gcr/gcr-4.2.1.ebuild b/app-crypt/gcr/gcr-4.2.1.ebuild index 37cdf93e2b8d..89486378f034 100644 --- a/app-crypt/gcr/gcr-4.2.1.ebuild +++ b/app-crypt/gcr/gcr-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,6 +11,8 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gcr" LICENSE="GPL-2+ LGPL-2+" SLOT="4/gcr-4.4-gck-2.2" # subslot = soname and soversion of libgcr and libgck +KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" + IUSE="gtk gtk-doc +introspection systemd test +vala" REQUIRED_USE=" gtk-doc? ( introspection ) @@ -18,8 +20,6 @@ REQUIRED_USE=" " RESTRICT="!test? ( test )" -KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" - DEPEND=" >=dev-libs/glib-2.68.0:2 >=dev-libs/libgcrypt-1.2.2:0=
