diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-23 10:37:49 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-23 11:11:27 +0100 |
commit | bc415a43854101044cbb222d66ef26de1e93618d (patch) | |
tree | 6fb88254cca729cd40656787f12c56ec56fb4a2a | |
parent | dev-libs/grantlee: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-bc415a43854101044cbb222d66ef26de1e93618d.tar.gz gentoo-bc415a43854101044cbb222d66ef26de1e93618d.tar.bz2 gentoo-bc415a43854101044cbb222d66ef26de1e93618d.zip |
dev-libs/leatherman: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | dev-libs/leatherman/leatherman-0.10.1.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/leatherman/leatherman-0.9.0.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/leatherman/leatherman-0.9.4.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dev-libs/leatherman/leatherman-0.10.1.ebuild b/dev-libs/leatherman/leatherman-0.10.1.ebuild index db6472adad11..4c4949cfc793 100644 --- a/dev-libs/leatherman/leatherman-0.10.1.ebuild +++ b/dev-libs/leatherman/leatherman-0.10.1.ebuild @@ -4,7 +4,6 @@ EAPI=5 USE_RUBY="ruby21 ruby22" -CMAKE_MIN_VERSION="3.2.2" inherit cmake-utils multilib diff --git a/dev-libs/leatherman/leatherman-0.9.0.ebuild b/dev-libs/leatherman/leatherman-0.9.0.ebuild index c20507d5dc76..dc25999269bf 100644 --- a/dev-libs/leatherman/leatherman-0.9.0.ebuild +++ b/dev-libs/leatherman/leatherman-0.9.0.ebuild @@ -4,7 +4,6 @@ EAPI=5 USE_RUBY="ruby21 ruby22" -CMAKE_MIN_VERSION="3.2.2" inherit cmake-utils multilib ruby-ng diff --git a/dev-libs/leatherman/leatherman-0.9.4.ebuild b/dev-libs/leatherman/leatherman-0.9.4.ebuild index 0bf52123aaa3..e64fca8f06b2 100644 --- a/dev-libs/leatherman/leatherman-0.9.4.ebuild +++ b/dev-libs/leatherman/leatherman-0.9.4.ebuild @@ -4,7 +4,6 @@ EAPI=5 USE_RUBY="ruby21 ruby22" -CMAKE_MIN_VERSION="3.2.2" inherit cmake-utils multilib ruby-ng |