mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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:=
|
||||
|
||||
Reference in New Issue
Block a user