x11-libs/scw: Needs dev-util/glib-utils
authorPacho Ramos <pacho@gentoo.org>
Sat, 20 Oct 2018 18:48:01 +0000 (20:48 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 20 Oct 2018 18:51:20 +0000 (20:51 +0200)
Closes: https://bugs.gentoo.org/668582
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

x11-libs/scw/scw-0.4.7-r1.ebuild

index 732ab3fd45b3e5c0002e620ae7e89f1ea1ca06aa..479049556dfe3c431436f7c265bcb7eb34b9aa15 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="A GTK+ widget set specifically designed for chat programs"
 HOMEPAGE="http://scwwidgets.googlepages.com"
@@ -14,12 +14,14 @@ IUSE="doc"
 
 RDEPEND="
        dev-libs/glib:2
-       x11-libs/gtk+:2"
-
+       x11-libs/gtk+:2
+"
 DEPEND="
        ${RDEPEND}
        doc? ( dev-util/gtk-doc )
-       virtual/pkgconfig"
+       dev-util/glib-utils
+       virtual/pkgconfig
+"
 
 src_configure() {
        econf $(use_enable doc gtk-doc)