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 A6CC31384B4 for ; Sat, 19 Dec 2015 17:15:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CB9B21C0D1; Sat, 19 Dec 2015 17:15:07 +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 2DF5621C0AB for ; Sat, 19 Dec 2015 17:15:06 +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 4B09633BE2F for ; Sat, 19 Dec 2015 17:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DD09CF0 for ; Sat, 19 Dec 2015 17:15:00 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1450545165.0cefc3ce338c91886f13c1ec3c87301bf810f6ba.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm2pgsql/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild X-VCS-Directories: sci-geosciences/osm2pgsql/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 0cefc3ce338c91886f13c1ec3c87301bf810f6ba X-VCS-Branch: master Date: Sat, 19 Dec 2015 17:15:00 +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: 39994366-437f-418f-b8c2-996c7de24317 X-Archives-Hash: a73c7177347fc4a53a904043550ececf commit: 0cefc3ce338c91886f13c1ec3c87301bf810f6ba Author: Sven Wegener gentoo org> AuthorDate: Sat Dec 19 17:06:11 2015 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Dec 19 17:12:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cefc3ce sci-geosciences/osm2pgsql: Remove protobuf-c osm2pgsql now uses an internal parser Signed-off-by: Sven Wegener gentoo.org> sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild index 4dc9574..de249ca 100644 --- a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild +++ b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild @@ -15,7 +15,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="+lua +pbf" +IUSE="+lua" DEPEND=" app-arch/bzip2 @@ -26,6 +26,5 @@ DEPEND=" sci-libs/proj sys-libs/zlib lua? ( dev-lang/lua:= ) - pbf? ( dev-libs/protobuf-c ) " RDEPEND="${DEPEND}"