commit: 7ba94f670afdf9caaf6d2af3a2087e72a1cea87a Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com> AuthorDate: Fri Apr 4 02:50:32 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Fri Apr 4 09:58:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba94f67
app-i18n/fcitx-gtk: add missing BDEPEND Closes: https://bugs.gentoo.org/951519 Closes: https://github.com/gentoo/gentoo/pull/41453 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild index cae187e1ef0c..6513dab72a09 100644 --- a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild +++ b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,6 +30,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + dev-util/glib-utils virtual/pkgconfig kde-frameworks/extra-cmake-modules:0 "
