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 1F010139085 for ; Fri, 23 Dec 2016 10:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9AE223403B; Fri, 23 Dec 2016 10:11:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 88FE123403B for ; Fri, 23 Dec 2016 10:11:51 +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 3CAE5341398 for ; Fri, 23 Dec 2016 10:11:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8231F24F8 for ; Fri, 23 Dec 2016 10:11:40 +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: <1482487891.89285d740ca167fd457e382b4e07763d329e97b7.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/clhep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/clhep/clhep-2.3.3.1.ebuild X-VCS-Directories: sci-physics/clhep/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 89285d740ca167fd457e382b4e07763d329e97b7 X-VCS-Branch: master Date: Fri, 23 Dec 2016 10:11:40 +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: 4f78fb86-f040-41a1-9265-41b6a16cf767 X-Archives-Hash: a92b456e326ae8d866976ee0bc86a23e commit: 89285d740ca167fd457e382b4e07763d329e97b7 Author: Johannes Huber gentoo org> AuthorDate: Fri Dec 23 09:58:27 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Dec 23 10:11:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89285d74 sci-physics/clhep: Drop CMAKE_MIN_VERSION Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-physics/clhep/clhep-2.3.3.1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sci-physics/clhep/clhep-2.3.3.1.ebuild b/sci-physics/clhep/clhep-2.3.3.1.ebuild index 7e53bc0..a41ddcf 100644 --- a/sci-physics/clhep/clhep-2.3.3.1.ebuild +++ b/sci-physics/clhep/clhep-2.3.3.1.ebuild @@ -4,8 +4,6 @@ EAPI=5 -CMAKE_MIN_VERSION=3.2 - inherit cmake-utils multilib DESCRIPTION="High Energy Physics C++ library"