From: Mart Raudsepp Date: Fri, 18 Jan 2019 16:22:09 +0000 (+0200) Subject: x11-libs/gtef: add missing slot deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0f8473a77ed75fe1fbb0337a52195d620711806;p=gentoo.git x11-libs/gtef: add missing slot deps Closes: https://bugs.gentoo.org/675640 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- diff --git a/x11-libs/gtef/gtef-2.0.1.ebuild b/x11-libs/gtef/gtef-2.0.1.ebuild index e674966f57aa..b051d666a8de 100644 --- a/x11-libs/gtef/gtef-2.0.1.ebuild +++ b/x11-libs/gtef/gtef-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,9 +17,9 @@ REQUIRED_USE="vala? ( introspection )" RDEPEND=" >=dev-libs/glib-2.52:2 - >=x11-libs/gtk+-3.20 - >=x11-libs/gtksourceview-3.22 - >=dev-libs/libxml2-2.5 + >=x11-libs/gtk+-3.20:3 + >=x11-libs/gtksourceview-3.22:3.0 + >=dev-libs/libxml2-2.5:2 app-i18n/uchardet introspection? ( >=dev-libs/gobject-introspection-1.42:= ) "