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 495A6139085 for ; Fri, 23 Dec 2016 10:12:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAF10234038; Fri, 23 Dec 2016 10:11:54 +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 8BF8C234038 for ; Fri, 23 Dec 2016 10:11:49 +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 297D3341293 for ; Fri, 23 Dec 2016 10:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0936924F1 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: <1482487890.89a146a3f7213f0dc379c7059ef98f626e669353.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/digikam/digikam-5.3.0-r1.ebuild media-gfx/digikam/digikam-5.3.0.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 89a146a3f7213f0dc379c7059ef98f626e669353 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: 0c709b65-d252-4aed-8a24-0a329570ad90 X-Archives-Hash: 20c8b60891f6323a2b6ed8eb71a51e03 commit: 89a146a3f7213f0dc379c7059ef98f626e669353 Author: Johannes Huber gentoo org> AuthorDate: Fri Dec 23 09:49:26 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Dec 23 10:11:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a146a3 media-gfx/digikam: Drop CMAKE_MIN_VERSION Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-gfx/digikam/digikam-5.3.0-r1.ebuild | 1 - media-gfx/digikam/digikam-5.3.0.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-gfx/digikam/digikam-5.3.0-r1.ebuild b/media-gfx/digikam/digikam-5.3.0-r1.ebuild index 9aeb0cc..b1689c1 100644 --- a/media-gfx/digikam/digikam-5.3.0-r1.ebuild +++ b/media-gfx/digikam/digikam-5.3.0-r1.ebuild @@ -9,7 +9,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then KDE_TEST="true" fi CMAKE_MAKEFILE_GENERATOR="emake" -CMAKE_MIN_VERSION="3.0" inherit kde5 toolchain-funcs DESCRIPTION="Digital photo management application" diff --git a/media-gfx/digikam/digikam-5.3.0.ebuild b/media-gfx/digikam/digikam-5.3.0.ebuild index 8ade4ff..fc8bb41 100644 --- a/media-gfx/digikam/digikam-5.3.0.ebuild +++ b/media-gfx/digikam/digikam-5.3.0.ebuild @@ -9,7 +9,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then KDE_TEST="true" fi CMAKE_MAKEFILE_GENERATOR="emake" -CMAKE_MIN_VERSION="3.0" inherit kde5 toolchain-funcs DESCRIPTION="Digital photo management application"