diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-23 10:23:17 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-23 11:11:25 +0100 |
commit | a692b0ccdb35f9ab1bca34e6e61045d3a85504a0 (patch) | |
tree | dbcb452028847e00b2172e83f9471e599fb80efa /app-cdr | |
parent | app-cdr/cdemu: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-a692b0ccdb35f9ab1bca34e6e61045d3a85504a0.tar.gz gentoo-a692b0ccdb35f9ab1bca34e6e61045d3a85504a0.tar.bz2 gentoo-a692b0ccdb35f9ab1bca34e6e61045d3a85504a0.zip |
app-cdr/cdemu-daemon: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-cdr/cdemu-daemon/cdemu-daemon-3.0.4.ebuild | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild index c31fa7c98c68..6d6ccaa8edf6 100644 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild +++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -CMAKE_MIN_VERSION="2.8.5" - inherit cmake-utils eutils DESCRIPTION="Daemon of the CDEmu optical media image mounting suite" diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.0.4.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.0.4.ebuild index ab0315266ec8..7accdda953b7 100644 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.0.4.ebuild +++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.0.4.ebuild @@ -4,8 +4,6 @@ EAPI="6" -CMAKE_MIN_VERSION="2.8.5" - inherit cmake-utils eutils DESCRIPTION="Daemon of the CDEmu optical media image mounting suite" |