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 E28FF15802F for ; Fri, 31 Mar 2023 06:24:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FA49E087E; Fri, 31 Mar 2023 06:24:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 040F6E087E for ; Fri, 31 Mar 2023 06:24:44 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7ECB340F68 for ; Fri, 31 Mar 2023 06:24:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03FFBA01 for ; Fri, 31 Mar 2023 06:24:42 +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: <1680243865.b560c78db0f8e16b4a9a61810e7fd6e8b00bb034.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/libeatmydata/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/libeatmydata/libeatmydata-131.ebuild X-VCS-Directories: sys-fs/libeatmydata/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: b560c78db0f8e16b4a9a61810e7fd6e8b00bb034 X-VCS-Branch: master Date: Fri, 31 Mar 2023 06:24:42 +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: baae80dc-4453-44ff-a219-56cd49d6d644 X-Archives-Hash: 16c90c92551eb54083ed74c6b49077e6 commit: b560c78db0f8e16b4a9a61810e7fd6e8b00bb034 Author: WANG Xuerui gentoo org> AuthorDate: Wed Mar 29 08:24:15 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Mar 31 06:24:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b560c78d sys-fs/libeatmydata: keyword 131 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-fs/libeatmydata/libeatmydata-131.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/libeatmydata/libeatmydata-131.ebuild b/sys-fs/libeatmydata/libeatmydata-131.ebuild index 503a1de35721..869abe911d8e 100644 --- a/sys-fs/libeatmydata/libeatmydata-131.ebuild +++ b/sys-fs/libeatmydata/libeatmydata-131.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/stewartsmith/${PN}/releases/download/v${PV}/${P}.tar LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ~loong ~x86" IUSE="test" RESTRICT="!test? ( test )"