commit: 63864d5ccdd3119a9286a3babaa94eb190252a8c Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Fri Jan 31 08:25:25 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Feb 2 05:06:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63864d5c
app-i18n/ibus: vala bindings directly depend on gtk3, so require it Closes: https://bugs.gentoo.org/865187 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> app-i18n/ibus/ibus-1.5.29.ebuild | 4 ++-- app-i18n/ibus/ibus-1.5.30.ebuild | 4 ++-- app-i18n/ibus/ibus-1.5.31.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-i18n/ibus/ibus-1.5.29.ebuild b/app-i18n/ibus/ibus-1.5.29.ebuild index 374178b852a3..b8e1fcc24e03 100644 --- a/app-i18n/ibus/ibus-1.5.29.ebuild +++ b/app-i18n/ibus/ibus-1.5.29.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 @@ -30,7 +30,7 @@ REQUIRED_USE=" introspection ) test? ( gtk3 ) - vala? ( introspection ) + vala? ( gtk3 introspection ) X? ( gtk3 ) " REQUIRED_USE+=" gtk3? ( wayland? ( introspection ) )" # bug 915359 diff --git a/app-i18n/ibus/ibus-1.5.30.ebuild b/app-i18n/ibus/ibus-1.5.30.ebuild index 374a7381c099..1c54952f1872 100644 --- a/app-i18n/ibus/ibus-1.5.30.ebuild +++ b/app-i18n/ibus/ibus-1.5.30.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 @@ -29,7 +29,7 @@ REQUIRED_USE=" introspection ) test? ( gtk3 ) - vala? ( introspection ) + vala? ( gtk3 introspection ) X? ( gtk3 ) " REQUIRED_USE+=" gtk3? ( wayland? ( introspection ) )" # bug 915359 diff --git a/app-i18n/ibus/ibus-1.5.31.ebuild b/app-i18n/ibus/ibus-1.5.31.ebuild index 0b57f53f19ea..4d286675ba7d 100644 --- a/app-i18n/ibus/ibus-1.5.31.ebuild +++ b/app-i18n/ibus/ibus-1.5.31.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 @@ -29,7 +29,7 @@ REQUIRED_USE=" introspection ) test? ( gtk3 ) - vala? ( introspection ) + vala? ( gtk3 introspection ) X? ( gtk3 ) " REQUIRED_USE+=" gtk3? ( wayland? ( introspection ) )" # bug 915359
