From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79687139085 for ; Fri, 23 Dec 2016 10:11:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BD9421C07D; Fri, 23 Dec 2016 10:11:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF06221C07D for ; Fri, 23 Dec 2016 10:11:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3F55340C97 for ; Fri, 23 Dec 2016 10:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E10424B0 for ; Fri, 23 Dec 2016 10:11:39 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1482487887.0a306040b6cf28b6a0a892bd7073852b18b6ee9a.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgrouting/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgrouting/pgrouting-2.0.0.ebuild X-VCS-Directories: dev-db/pgrouting/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0a306040b6cf28b6a0a892bd7073852b18b6ee9a X-VCS-Branch: master Date: Fri, 23 Dec 2016 10:11:39 +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: bfce4e27-1d81-420b-8fc5-260d0132dfb4 X-Archives-Hash: b1015ac4d0cb5b2edffcf5d29d23d3e8 commit: 0a306040b6cf28b6a0a892bd7073852b18b6ee9a Author: Johannes Huber gentoo org> AuthorDate: Fri Dec 23 09:34:37 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Dec 23 10:11:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a306040 dev-db/pgrouting: Drop CMAKE_MIN_VERSION Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-db/pgrouting/pgrouting-2.0.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-db/pgrouting/pgrouting-2.0.0.ebuild b/dev-db/pgrouting/pgrouting-2.0.0.ebuild index 5ef7d55..790d56d 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