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 8D2BA139085 for ; Sun, 1 Jan 2017 16:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B40E3E0E48; Sun, 1 Jan 2017 16:32:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 96AA5E0E48 for ; Sun, 1 Jan 2017 16:32:33 +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 BE9C1340F27 for ; Sun, 1 Jan 2017 16:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B98F25C6 for ; Sun, 1 Jan 2017 16:32:24 +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: <1483288332.4db7e64fab6515c855bb2027ad6ea7836a1a8132.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-2.2.0.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 4db7e64fab6515c855bb2027ad6ea7836a1a8132 X-VCS-Branch: master Date: Sun, 1 Jan 2017 16:32:24 +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: 0f08aa40-f56c-480f-ba61-78547e8dec7d X-Archives-Hash: 851f6df31e5195fe4aba7c0b0eb2a670 commit: 4db7e64fab6515c855bb2027ad6ea7836a1a8132 Author: Johannes Huber gentoo org> AuthorDate: Sun Jan 1 16:20:08 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jan 1 16:32:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db7e64f media-gfx/darktable: Drop CMAKE_MIN_VERSION Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-gfx/darktable/darktable-2.2.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-gfx/darktable/darktable-2.2.0.ebuild b/media-gfx/darktable/darktable-2.2.0.ebuild index 1a25fd9..fd25e30 100644 --- a/media-gfx/darktable/darktable-2.2.0.ebuild +++ b/media-gfx/darktable/darktable-2.2.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.0" inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils fdo-mime pax-utils eutils