diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-23 10:29:05 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-23 11:11:26 +0100 |
commit | 0a03cf91fcf4ca840206d86395ae039376d1be8e (patch) | |
tree | b31f8af329ae08754b4a37999710b05f7f3fa500 /dev-db | |
parent | app-text/sigil: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-0a03cf91fcf4ca840206d86395ae039376d1be8e.tar.gz gentoo-0a03cf91fcf4ca840206d86395ae039376d1be8e.tar.bz2 gentoo-0a03cf91fcf4ca840206d86395ae039376d1be8e.zip |
dev-db/mysql-connector-c: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-db')
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-db/mysql-connector-c/mysql-connector-c-6.1.5.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-6.1.5.ebuild index 8e6ed893135b..ce06ae1477be 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-6.1.5.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-6.1.5.ebuild @@ -1,9 +1,8 @@ -# 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.12" inherit cmake-multilib eutils diff --git a/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild index d12e474e7e8d..17392de809b1 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild @@ -1,9 +1,8 @@ -# 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.12" inherit cmake-multilib eutils diff --git a/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r2.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r2.ebuild index afabf75b68ec..6207314136b9 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r2.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r2.ebuild @@ -1,9 +1,8 @@ -# 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.12" inherit cmake-multilib eutils multilib |