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 7CE5C139085 for ; Tue, 7 Feb 2017 05:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B0F521C072; Tue, 7 Feb 2017 05:45:16 +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 799BC21C072 for ; Tue, 7 Feb 2017 05:45:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5D63D341647 for ; Tue, 7 Feb 2017 05:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88D6F3DCB for ; Tue, 7 Feb 2017 05:45:13 +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: <1486446304.224a626ed5e4d38ba32163288566cf178d34165e.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/legion/legion-16.10.0.ebuild X-VCS-Directories: sys-cluster/legion/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 224a626ed5e4d38ba32163288566cf178d34165e X-VCS-Branch: master Date: Tue, 7 Feb 2017 05:45:13 +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: 1f069834-9528-42f0-94c5-28c258ec627a X-Archives-Hash: ad2d0d0f6a351749e9a5acebb7096bb1 commit: 224a626ed5e4d38ba32163288566cf178d34165e Author: Johannes Huber gentoo org> AuthorDate: Mon Feb 6 21:30:55 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Feb 7 05:45:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224a626e sys-cluster/legion: Drop CMAKE_MIN_VERSION Value covered by eclass. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-cluster/legion/legion-16.10.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-cluster/legion/legion-16.10.0.ebuild b/sys-cluster/legion/legion-16.10.0.ebuild index be31488..d163752 100644 --- a/sys-cluster/legion/legion-16.10.0.ebuild +++ b/sys-cluster/legion/legion-16.10.0.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -CMAKE_MIN_VERSION=3.6 inherit cmake-utils