diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-23 10:34:37 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-23 11:11:27 +0100 |
commit | 0a306040b6cf28b6a0a892bd7073852b18b6ee9a (patch) | |
tree | 9d560f68747503d1f75e7b73941aa243f927c30d /dev-db | |
parent | dev-db/mysql-workbench: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-0a306040b6cf28b6a0a892bd7073852b18b6ee9a.tar.gz gentoo-0a306040b6cf28b6a0a892bd7073852b18b6ee9a.tar.bz2 gentoo-0a306040b6cf28b6a0a892bd7073852b18b6ee9a.zip |
dev-db/pgrouting: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pgrouting/pgrouting-2.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-db/pgrouting/pgrouting-2.0.0.ebuild b/dev-db/pgrouting/pgrouting-2.0.0.ebuild index 5ef7d558993d..790d56d18d64 100644 --- a/dev-db/pgrouting/pgrouting-2.0.0.ebuild +++ b/dev-db/pgrouting/pgrouting-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -38,7 +38,6 @@ DEPEND=" # Needs a running psql instance, doesn't work out of the box RESTRICT="test" -CMAKE_MIN_VERSION="2.8.8" postgres_check_slot() { if ! declare -p POSTGRES_COMPAT &>/dev/null; then |