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 69625138336 for ; Fri, 16 Nov 2018 19:08:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80256E0968; Fri, 16 Nov 2018 19:08:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 59E06E0968 for ; Fri, 16 Nov 2018 19:08:54 +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 EF075335C58 for ; Fri, 16 Nov 2018 19:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6D0472 for ; Fri, 16 Nov 2018 19:08:49 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1542395320.d29900e8af55c9e60bdb1422af607d8a2e013c69.slyfox@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.3.6.ebuild X-VCS-Directories: dev-libs/libbson/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d29900e8af55c9e60bdb1422af607d8a2e013c69 X-VCS-Branch: master Date: Fri, 16 Nov 2018 19:08:49 +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-Archives-Salt: 2ac7ff95-68ca-4d84-b8d4-f6e2489d4ab2 X-Archives-Hash: 318482f88ffdd1801e3df65928517b98 commit: d29900e8af55c9e60bdb1422af607d8a2e013c69 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Nov 16 15:59:49 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Nov 16 19:08:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29900e8 dev-libs/libbson: keyworded 1.3.6 for sparc, bug #517880 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libbson/libbson-1.3.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libbson/libbson-1.3.6.ebuild b/dev-libs/libbson/libbson-1.3.6.ebuild index 89963ad2614..e2a4483d6d6 100644 --- a/dev-libs/libbson/libbson-1.3.6.ebuild +++ b/dev-libs/libbson/libbson-1.3.6.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=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="debug examples static-libs" DOCS=( AUTHORS NEWS README )