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 116FF158020 for ; Tue, 29 Nov 2022 15:58:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047E1E0824; Tue, 29 Nov 2022 15:58:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDEC6E0824 for ; Tue, 29 Nov 2022 15:58:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7A833412FA for ; Tue, 29 Nov 2022 15:58:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 125D677A for ; Tue, 29 Nov 2022 15:58:08 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1669737474.9e9677ffeab1166d50e74aff0641c702884060b2.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/tokyocabinet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild X-VCS-Directories: dev-db/tokyocabinet/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 9e9677ffeab1166d50e74aff0641c702884060b2 X-VCS-Branch: master Date: Tue, 29 Nov 2022 15:58:08 +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: b1d111df-532b-4c3c-866c-08720c3691a8 X-Archives-Hash: a2a16a8ffdba9f6b300c6407e7843808 commit: 9e9677ffeab1166d50e74aff0641c702884060b2 Author: WANG Xuerui gentoo org> AuthorDate: Tue Nov 29 15:46:47 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Nov 29 15:57:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9677ff dev-db/tokyocabinet: keyword 1.4.48-r2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild index 3382d78a6268..144fdd76a75c 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://fallabs.com/tokyocabinet/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="bzip2 debug doc examples threads zlib" DEPEND="bzip2? ( app-arch/bzip2 )