commit: 8569a6f331a14b80705f63b4d99e34221be8e380 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jan 9 16:58:43 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 9 16:59:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8569a6f3
media-gfx/entangle: Require x11-libs/gtk+[X] Closes: https://bugs.gentoo.org/889252 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-gfx/entangle/{entangle-3.0-r1.ebuild => entangle-3.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/entangle/entangle-3.0-r1.ebuild b/media-gfx/entangle/entangle-3.0-r2.ebuild similarity index 95% rename from media-gfx/entangle/entangle-3.0-r1.ebuild rename to media-gfx/entangle/entangle-3.0-r2.ebuild index 1496fba1154a..63cee64f9516 100644 --- a/media-gfx/entangle/entangle-3.0-r1.ebuild +++ b/media-gfx/entangle/entangle-3.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,7 +29,7 @@ DEPEND=" media-libs/lcms:2 >=media-libs/libraw-0.9.0:= >=x11-libs/gdk-pixbuf-2.12.0:2 - >=x11-libs/gtk+-3.22:3[introspection] + >=x11-libs/gtk+-3.22:3[X,introspection] >=x11-libs/libXext-1.3.0 >=x11-libs/pango-1.40.11 x11-themes/adwaita-icon-theme
