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 AD990139085 for ; Fri, 23 Dec 2016 10:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5FC821C07C; Fri, 23 Dec 2016 10:11:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C16A221C07B 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 D476C341117 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 422FC24E6 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.15c5099ca34a7312ed27390358e2bb8e65a28841.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/grantlee/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/grantlee/grantlee-5.1.0.ebuild X-VCS-Directories: dev-libs/grantlee/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 15c5099ca34a7312ed27390358e2bb8e65a28841 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: 4a08f612-7781-47e2-9870-512204079648 X-Archives-Hash: db27205611e44704c0e0cef384e99b4c commit: 15c5099ca34a7312ed27390358e2bb8e65a28841 Author: Johannes Huber gentoo org> AuthorDate: Fri Dec 23 09:36:31 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=15c5099c dev-libs/grantlee: Drop CMAKE_MIN_VERSION Covered by cmake utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/grantlee/grantlee-5.1.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/grantlee/grantlee-5.1.0.ebuild b/dev-libs/grantlee/grantlee-5.1.0.ebuild index 4cb9699..8d3343e 100644 --- a/dev-libs/grantlee/grantlee-5.1.0.ebuild +++ b/dev-libs/grantlee/grantlee-5.1.0.ebuild @@ -4,7 +4,6 @@ EAPI=6 -CMAKE_MIN_VERSION="3.1" VIRTUALX_REQUIRED="test" inherit cmake-utils virtualx