From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E47A81384B4 for ; Mon, 16 Nov 2015 21:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D84FFE07DF; Mon, 16 Nov 2015 21:56:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4D78E083A for ; Mon, 16 Nov 2015 21:56:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22921340860 for ; Mon, 16 Nov 2015 21:56:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64F751074 for ; Mon, 16 Nov 2015 21:56:24 +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: <1447710936.8f5b980089be73e3c9fc3e5013578415d8a5af2c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/geocode-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/geocode-glib/geocode-glib-3.18.0.ebuild X-VCS-Directories: sci-geosciences/geocode-glib/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8f5b980089be73e3c9fc3e5013578415d8a5af2c X-VCS-Branch: master Date: Mon, 16 Nov 2015 21:56:24 +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: a3ec3f2e-0af1-4bdb-86a2-e4dc88f6d0d3 X-Archives-Hash: b381724e6e0df7dfc210a6b597739523 commit: 8f5b980089be73e3c9fc3e5013578415d8a5af2c Author: Pacho Ramos gentoo org> AuthorDate: Mon Nov 16 21:15:44 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Nov 16 21:55:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5b9800 sci-geosciences/geocode-glib: Uses libsoup instead of libsoup-gnome Package-Manager: portage-2.2.24 sci-geosciences/geocode-glib/geocode-glib-3.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.18.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.18.0.ebuild index daccced..3709f6f 100644 --- a/sci-geosciences/geocode-glib/geocode-glib-3.18.0.ebuild +++ b/sci-geosciences/geocode-glib/geocode-glib-3.18.0.ebuild @@ -22,7 +22,7 @@ RDEPEND=" net-libs/libsoup:2.4[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.3:= - net-libs/libsoup-gnome:2.4[introspection] ) + net-libs/libsoup:2.4[introspection] ) " DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.13