diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-22 23:20:18 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-22 23:20:18 +0100 |
commit | 2fccb936278c4654d35fac4b2050708c3c9bfd38 (patch) | |
tree | 27421974f722e90bca9ec69d20e4e742bdaa9abf | |
parent | dev-php/pecl-mongodb: x86 stable (bug #668856) (diff) | |
download | gentoo-2fccb936278c4654d35fac4b2050708c3c9bfd38.tar.gz gentoo-2fccb936278c4654d35fac4b2050708c3c9bfd38.tar.bz2 gentoo-2fccb936278c4654d35fac4b2050708c3c9bfd38.zip |
dev-libs/libbson: x86 stable (bug #668856)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | dev-libs/libbson/libbson-1.13.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libbson/libbson-1.13.0.ebuild b/dev-libs/libbson/libbson-1.13.0.ebuild index 21e18585ce53..156feb232e29 100644 --- a/dev-libs/libbson/libbson-1.13.0.ebuild +++ b/dev-libs/libbson/libbson-1.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc x86" IUSE="examples static-libs" DEPEND="dev-python/sphinx" |