Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgrouting/
Date: Fri, 23 Dec 2016 10:11:43
Message-Id: 1482487887.0a306040b6cf28b6a0a892bd7073852b18b6ee9a.johu@gentoo
1 commit: 0a306040b6cf28b6a0a892bd7073852b18b6ee9a
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 23 09:34:37 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 23 10:11:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a306040
7
8 dev-db/pgrouting: Drop CMAKE_MIN_VERSION
9
10 Covered by cmake-utils eclass now.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 dev-db/pgrouting/pgrouting-2.0.0.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/dev-db/pgrouting/pgrouting-2.0.0.ebuild b/dev-db/pgrouting/pgrouting-2.0.0.ebuild
18 index 5ef7d55..790d56d 100644
19 --- a/dev-db/pgrouting/pgrouting-2.0.0.ebuild
20 +++ b/dev-db/pgrouting/pgrouting-2.0.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -38,7 +38,6 @@ DEPEND="
28
29 # Needs a running psql instance, doesn't work out of the box
30 RESTRICT="test"
31 -CMAKE_MIN_VERSION="2.8.8"
32
33 postgres_check_slot() {
34 if ! declare -p POSTGRES_COMPAT &>/dev/null; then