diff options
author | 2016-05-28 04:13:44 +0600 | |
---|---|---|
committer | 2016-05-28 04:13:44 +0600 | |
commit | 0a26d7a008bac7e4777b110a8dc68f5b1e9b861d (patch) | |
tree | 9bc2254924944ba01c744db1123ee5bb5ca568fc /dev-libs | |
parent | meta: headers regen (diff) | |
download | lua-0a26d7a008bac7e4777b110a8dc68f5b1e9b861d.tar.gz lua-0a26d7a008bac7e4777b110a8dc68f5b1e9b861d.tar.bz2 lua-0a26d7a008bac7e4777b110a8dc68f5b1e9b861d.zip |
msgpack: update ebuild
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/msgpack/msgpack-9999.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/dev-libs/msgpack/msgpack-9999.ebuild b/dev-libs/msgpack/msgpack-9999.ebuild index f5b800a..81a3b13 100644 --- a/dev-libs/msgpack/msgpack-9999.ebuild +++ b/dev-libs/msgpack/msgpack-9999.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -AUTOTOOLS_AUTORECONF=1 -inherit autotools-multilib flag-o-matic git-r3 +EAPI=6 +inherit cmake-multilib git-r3 DESCRIPTION="MessagePack is a binary-based efficient data interchange format" HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/" @@ -12,15 +11,9 @@ EGIT_REPO_URI="https://github.com/${PN}/${PN}-c" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="" IUSE="static-libs test" DEPEND="test? ( >=dev-cpp/gtest-1.6.0-r2[${MULTILIB_USEDEP}] )" -DOCS=( AUTHORS ChangeLog README.md README_crosslang.md QUICKSTART-C.md QUICKSTART-CPP.md) - -src_prepare() { - append-cflags "-I${S}/include" - sed -i 's/-O3 //' configure.in - autotools-multilib_src_prepare -} +DOCS=( CHANGELOG.md QUICKSTART-C.md QUICKSTART-CPP.md README.md ) |