diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-23 10:27:24 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-23 11:11:26 +0100 |
commit | 76118b2da495fca0219cc10621c64286473a4fdf (patch) | |
tree | 4b1173fa8053c99b859f0742cd4e8dacb0259d1e /app-text | |
parent | app-office/scribus: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-76118b2da495fca0219cc10621c64286473a4fdf.tar.gz gentoo-76118b2da495fca0219cc10621c64286473a4fdf.tar.bz2 gentoo-76118b2da495fca0219cc10621c64286473a4fdf.zip |
app-text/sigil: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/sigil/sigil-0.8.7-r1.ebuild | 1 | ||||
-rw-r--r-- | app-text/sigil/sigil-0.9.5-r2.ebuild | 1 | ||||
-rw-r--r-- | app-text/sigil/sigil-0.9.6.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/app-text/sigil/sigil-0.8.7-r1.ebuild b/app-text/sigil/sigil-0.8.7-r1.ebuild index 134769ceec47..2130692454bc 100644 --- a/app-text/sigil/sigil-0.8.7-r1.ebuild +++ b/app-text/sigil/sigil-0.8.7-r1.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI=5 -CMAKE_MIN_VERSION="3.0" # This ebuild could use some python checks, as sigil contains python plugin architecture. diff --git a/app-text/sigil/sigil-0.9.5-r2.ebuild b/app-text/sigil/sigil-0.9.5-r2.ebuild index 59ea3453b732..1c411e55ea68 100644 --- a/app-text/sigil/sigil-0.9.5-r2.ebuild +++ b/app-text/sigil/sigil-0.9.5-r2.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI=6 -CMAKE_MIN_VERSION="3.0" PYTHON_COMPAT=( python3_4 python3_5 ) diff --git a/app-text/sigil/sigil-0.9.6.ebuild b/app-text/sigil/sigil-0.9.6.ebuild index 59ea3453b732..1c411e55ea68 100644 --- a/app-text/sigil/sigil-0.9.6.ebuild +++ b/app-text/sigil/sigil-0.9.6.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI=6 -CMAKE_MIN_VERSION="3.0" PYTHON_COMPAT=( python3_4 python3_5 ) |