commit: dc43469ff52bdf4ff01bd52d7b6abfcadb35d9ce Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 10:32:38 2024 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 10:32:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc43469f
gui-libs/tepl: Add missing gtk+[introspection] dep No revbump because the only non-library consumer itself depends on this on its own as well, so there should be no problems with VDB missing it. It's technically just a recursive build dependency too. Bug: https://bugs.gentoo.org/913725 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> gui-libs/tepl/tepl-6.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-libs/tepl/tepl-6.8.0.ebuild b/gui-libs/tepl/tepl-6.8.0.ebuild index 6fc15442d7ab..0c1054741ada 100644 --- a/gui-libs/tepl/tepl-6.8.0.ebuild +++ b/gui-libs/tepl/tepl-6.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.74:2 - >=x11-libs/gtk+-3.22:3 + >=x11-libs/gtk+-3.22:3[introspection] >=gui-libs/libgedit-gtksourceview-299.0.4:300 >=gui-libs/libgedit-amtk-5.0:5=[introspection] dev-libs/icu:=
