x11-libs/gtef: add missing slot deps
authorMart Raudsepp <leio@gentoo.org>
Fri, 18 Jan 2019 16:22:09 +0000 (18:22 +0200)
committerMart Raudsepp <leio@gentoo.org>
Fri, 18 Jan 2019 16:22:57 +0000 (18:22 +0200)
Closes: https://bugs.gentoo.org/675640
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
x11-libs/gtef/gtef-2.0.1.ebuild

index e674966f57aac4203c3754de983870b8f95cb45e..b051d666a8de35228f63b581ec6324e5c92d23cd 100644 (file)
@@ -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:= )
 "