diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 20:48:01 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 20:51:20 +0200 |
commit | d608bc4d5cc57bf58536eab8d34bc7375377e1af (patch) | |
tree | 7d8841819ffc652caa8c665946603e7c7397150c /x11-libs | |
parent | media-gfx/viewnior: Needs dev-util/glib-utils (diff) | |
download | gentoo-d608bc4d5cc57bf58536eab8d34bc7375377e1af.tar.gz gentoo-d608bc4d5cc57bf58536eab8d34bc7375377e1af.tar.bz2 gentoo-d608bc4d5cc57bf58536eab8d34bc7375377e1af.zip |
x11-libs/scw: Needs dev-util/glib-utils
Closes: https://bugs.gentoo.org/668582
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/scw/scw-0.4.7-r1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11-libs/scw/scw-0.4.7-r1.ebuild b/x11-libs/scw/scw-0.4.7-r1.ebuild index 732ab3fd45b3..479049556dfe 100644 --- a/x11-libs/scw/scw-0.4.7-r1.ebuild +++ b/x11-libs/scw/scw-0.4.7-r1.ebuild @@ -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) |