diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:20:08 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:32:12 +0100 |
commit | 4db7e64fab6515c855bb2027ad6ea7836a1a8132 (patch) | |
tree | 7218aef14c81d3efb60230a99d31b1f2d1acf34f /media-gfx | |
parent | kde-frameworks/kdelibs: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-4db7e64fab6515c855bb2027ad6ea7836a1a8132.tar.gz gentoo-4db7e64fab6515c855bb2027ad6ea7836a1a8132.tar.bz2 gentoo-4db7e64fab6515c855bb2027ad6ea7836a1a8132.zip |
media-gfx/darktable: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/darktable/darktable-2.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-gfx/darktable/darktable-2.2.0.ebuild b/media-gfx/darktable/darktable-2.2.0.ebuild index 1a25fd924a10..fd25e30a42e0 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 |