diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-23 10:24:22 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-23 11:11:26 +0100 |
commit | 80afd0afa2042d4c97ef1d5898f94bb6d17862c7 (patch) | |
tree | 563fa0b65a4c26967cbe769d7906a52655429ba1 /app-cdr/gcdemu | |
parent | app-cdr/cdemu-daemon: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-80afd0afa2042d4c97ef1d5898f94bb6d17862c7.tar.gz gentoo-80afd0afa2042d4c97ef1d5898f94bb6d17862c7.tar.bz2 gentoo-80afd0afa2042d4c97ef1d5898f94bb6d17862c7.zip |
app-cdr/gcdemu: 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/gcdemu')
-rw-r--r-- | app-cdr/gcdemu/gcdemu-3.0.0.ebuild | 3 | ||||
-rw-r--r-- | app-cdr/gcdemu/gcdemu-3.0.1.ebuild | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/app-cdr/gcdemu/gcdemu-3.0.0.ebuild b/app-cdr/gcdemu/gcdemu-3.0.0.ebuild index 0ee700a83237..1028af149270 100644 --- a/app-cdr/gcdemu/gcdemu-3.0.0.ebuild +++ b/app-cdr/gcdemu/gcdemu-3.0.0.ebuild @@ -1,10 +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" PYTHON_COMPAT=( python2_7 ) PLOCALES="no sl sv" diff --git a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild b/app-cdr/gcdemu/gcdemu-3.0.1.ebuild index 1818e5239aff..85aab0742d36 100644 --- a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild +++ b/app-cdr/gcdemu/gcdemu-3.0.1.ebuild @@ -4,7 +4,6 @@ EAPI="5" -CMAKE_MIN_VERSION="2.8.5" PYTHON_COMPAT=( python2_7 ) PLOCALES="no sl sv" |