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 9498D139368 for ; Fri, 13 Aug 2021 14:16:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF4FE0801; Fri, 13 Aug 2021 14:16:33 +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 A7C5FE0801 for ; Fri, 13 Aug 2021 14:16:33 +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 390DF3406C0 for ; Fri, 13 Aug 2021 14:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 883217B4 for ; Fri, 13 Aug 2021 14:16:30 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628864130.245058f7cefa47ef9ac96e90e51ca68d34688eca.marecki@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.20.ebuild X-VCS-Directories: dev-libs/leveldb/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 245058f7cefa47ef9ac96e90e51ca68d34688eca X-VCS-Branch: master Date: Fri, 13 Aug 2021 14:16:30 +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: 8d16f3ec-9253-4450-882b-546603c1d67a X-Archives-Hash: 8f4a4b375850427c0b64bfb606ba423c commit: 245058f7cefa47ef9ac96e90e51ca68d34688eca Author: Marek Szuba gentoo org> AuthorDate: Fri Aug 13 14:00:35 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Aug 13 14:15:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245058f7 dev-libs/leveldb: keyword 1.20 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-libs/leveldb/leveldb-1.20.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/leveldb/leveldb-1.20.ebuild b/dev-libs/leveldb/leveldb-1.20.ebuild index 43261731220..3c793554cea 100644 --- a/dev-libs/leveldb/leveldb-1.20.ebuild +++ b/dev-libs/leveldb/leveldb-1.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" # https://github.com/google/leveldb/issues/536 SLOT="0/1" -KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+snappy static-libs kernel_FreeBSD +tcmalloc test" RESTRICT="!test? ( test )"