commit:     582f5af68c8e92d0735ef27aecbcf240c9916eb6
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 21:14:39 2015 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 17:11:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582f5af6

sci-geosciences/osm2pgsql: Switch live ebuild to cmake

Signed-off-by: Sven Wegener <swegener <AT> 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 3a7fcf7..a780ec6 100644
--- a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
+++ b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
@@ -4,10 +4,9 @@
 
 EAPI=5
 
-inherit autotools git-2
+inherit cmake-utils git-2
 
 EGIT_REPO_URI="git://github.com/openstreetmap/osm2pgsql.git"
-EGIT_BOOTSTRAP="eautoreconf"
 
 DESCRIPTION="Converts OSM planet.osm data to a PostgreSQL/PostGIS database"
 HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql";

Reply via email to