From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24CC0138334 for ; Sun, 23 Dec 2018 14:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08A6EE0965; Sun, 23 Dec 2018 14:30:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4274E0965 for ; Sun, 23 Dec 2018 14:30:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 720DD335C3D for ; Sun, 23 Dec 2018 14:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1D824E3 for ; Sun, 23 Dec 2018 14:29:57 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1545575302.846260cab67af235a9c6903a41e982a4d009a45a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbson/libbson-1.13.0.ebuild X-VCS-Directories: dev-libs/libbson/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 846260cab67af235a9c6903a41e982a4d009a45a X-VCS-Branch: master Date: Sun, 23 Dec 2018 14:29:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 897b65a6-433b-4fcf-b290-ac3aabc43f88 X-Archives-Hash: 33bd98d765f4654e42c5d3701619e371 commit: 846260cab67af235a9c6903a41e982a4d009a45a Author: Mikle Kolyada gentoo org> AuthorDate: Sun Dec 23 14:28:22 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Dec 23 14:28:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846260ca dev-libs/libbson: amd64 stable wrt bug #668856 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libbson/libbson-1.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libbson/libbson-1.13.0.ebuild b/dev-libs/libbson/libbson-1.13.0.ebuild index 156feb232e2..2ea5452eeac 100644 --- a/dev-libs/libbson/libbson-1.13.0.ebuild +++ b/dev-libs/libbson/libbson-1.13.0.ebuild @@ -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"