commit: 24a391e387cb62906982972a5c9775cb021dfcba Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Jan 9 16:27:07 2017 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Jan 9 16:27:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=24a391e3
dev-db/mysql: Add Protobuf DEPEND Package-Manager: Portage-2.3.3, Repoman-2.3.1 Manifest-Sign-Key: D1F781EFF9F4A3B6 dev-db/mysql/ChangeLog | 3 +++ dev-db/mysql/mysql-5.7.17.ebuild | 2 ++ 2 files changed, 5 insertions(+) diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index e290fc0..4834b26 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 09 Jan 2017; Brian Evans <[email protected]> mysql-5.7.17.ebuild: + dev-db/mysql: Add Protobuf DEPEND + *mysql-5.7.17 (03 Jan 2017) 03 Jan 2017; Brian Evans <[email protected]> +mysql-5.7.17.ebuild: diff --git a/dev-db/mysql/mysql-5.7.17.ebuild b/dev-db/mysql/mysql-5.7.17.ebuild index 8a6a1f9..cf2ad9e 100644 --- a/dev-db/mysql/mysql-5.7.17.ebuild +++ b/dev-db/mysql/mysql-5.7.17.ebuild @@ -23,6 +23,7 @@ EPATCH_EXCLUDE='' DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 ) >=app-arch/lz4-0_p131:= + >=dev-libs/protobuf-2.5.0:= cjk? ( app-text/mecab )" RDEPEND="${RDEPEND}" @@ -63,6 +64,7 @@ src_configure() { -DWITH_LZ4=system -DWITH_NUMA=OFF -DWITH_BOOST="${S}/boost/boost_1_59_0" + -DWITH_PROTOBUF=system ) # This is the CJK fulltext plugin, not related to the complete fulltext indexing if use cjk ; then
