From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 063B5138334 for ; Sat, 20 Oct 2018 18:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A453DE08A8; Sat, 20 Oct 2018 18:52:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E811E08A8 for ; Sat, 20 Oct 2018 18:52:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3342B335D0E for ; Sat, 20 Oct 2018 18:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9568452 for ; Sat, 20 Oct 2018 18:52:07 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1540061480.d608bc4d5cc57bf58536eab8d34bc7375377e1af.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/scw/scw-0.4.7-r1.ebuild X-VCS-Directories: x11-libs/scw/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d608bc4d5cc57bf58536eab8d34bc7375377e1af X-VCS-Branch: master Date: Sat, 20 Oct 2018 18:52:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 42e61722-50dc-4e1d-aec2-a78f230c3023 X-Archives-Hash: 0959ffad9876c4205b9d2e55f654913f commit: d608bc4d5cc57bf58536eab8d34bc7375377e1af Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 20 18:48:01 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 20 18:51:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d608bc4d x11-libs/scw: Needs dev-util/glib-utils Closes: https://bugs.gentoo.org/668582 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-libs/scw/scw-0.4.7-r1.ebuild | 12 +++++++----- 1 file 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 732ab3fd45b..479049556df 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)