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 C5434138335 for ; Fri, 21 Dec 2018 20:16:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB03BE0AB4; Fri, 21 Dec 2018 20:16:22 +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 A3E67E0AB4 for ; Fri, 21 Dec 2018 20:16:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DF22D335C8E for ; Fri, 21 Dec 2018 20:16:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D80F4F2 for ; Fri, 21 Dec 2018 20:16:18 +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: <1545423362.14c1b37d2c694f0ad46ad3ffd031610158e66475.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.8.2.ebuild X-VCS-Directories: dev-libs/libbson/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 14c1b37d2c694f0ad46ad3ffd031610158e66475 X-VCS-Branch: master Date: Fri, 21 Dec 2018 20:16:18 +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: 41c58118-543f-4b85-9519-f169b9d6bfcc X-Archives-Hash: f273487ed3998f08dc3b20ea9fb0c0a6 commit: 14c1b37d2c694f0ad46ad3ffd031610158e66475 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Dec 21 10:07:54 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Dec 21 20:16:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c1b37d dev-libs/libbson: keyworded 1.8.2 for sparc 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.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libbson/libbson-1.8.2.ebuild b/dev-libs/libbson/libbson-1.8.2.ebuild index 2a781b8d31c..d730cc35cea 100644 --- a/dev-libs/libbson/libbson-1.8.2.ebuild +++ b/dev-libs/libbson/libbson-1.8.2.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 @@ -9,7 +9,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" src_configure() {