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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0982158087 for ; Mon, 17 Jan 2022 08:13:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A30F22BC01D; Mon, 17 Jan 2022 08:13:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB4F52BC01D for ; Mon, 17 Jan 2022 08:13:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 412E7342FD5 for ; Mon, 17 Jan 2022 08:13:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A06F7233 for ; Mon, 17 Jan 2022 08:13:35 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1642407090.25a8487410a0cb52400aaf26241ee692f005513b.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leveldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/leveldb/leveldb-1.23-r2.ebuild X-VCS-Directories: dev-libs/leveldb/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 25a8487410a0cb52400aaf26241ee692f005513b X-VCS-Branch: master Date: Mon, 17 Jan 2022 08:13:35 +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: d127e3b1-d58c-41c0-882e-3af2e7632d91 X-Archives-Hash: 159e9aaa5bfbe0ad5225ebca596f8e0a commit: 25a8487410a0cb52400aaf26241ee692f005513b Author: Joshua Kinard gentoo org> AuthorDate: Mon Jan 17 08:11:30 2022 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Mon Jan 17 08:11:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a84874 dev-libs/leveldb: Added ~mips to KEYWORDS Bug: https://bugs.gentoo.org/807025 Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 dev-libs/leveldb/leveldb-1.23-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/leveldb/leveldb-1.23-r2.ebuild b/dev-libs/leveldb/leveldb-1.23-r2.ebuild index a245acc26713..e2d33904d152 100644 --- a/dev-libs/leveldb/leveldb-1.23-r2.ebuild +++ b/dev-libs/leveldb/leveldb-1.23-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}. LICENSE="BSD" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+crc32c +snappy +tcmalloc test" RESTRICT="!test? ( test )"