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 2213A158021 for ; Fri, 2 Dec 2022 18:44:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6333E0E1E; Fri, 2 Dec 2022 18:44: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EFA3E0E1E for ; Fri, 2 Dec 2022 18:44:46 +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 6DE6C341284 for ; Fri, 2 Dec 2022 18:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D03E5773 for ; Fri, 2 Dec 2022 18:44:43 +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: <1670006653.3690315bcbf6af1aa31887fb207aeac6cd5df055.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/inputlircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/inputlircd/inputlircd-0.0.1_pre15-r3.ebuild X-VCS-Directories: app-misc/inputlircd/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 3690315bcbf6af1aa31887fb207aeac6cd5df055 X-VCS-Branch: master Date: Fri, 2 Dec 2022 18:44:43 +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: cec2ee49-0989-49d5-9f0a-e579ae965b17 X-Archives-Hash: 7c89e020568799e4317b9677165b4ed6 commit: 3690315bcbf6af1aa31887fb207aeac6cd5df055 Author: WANG Xuerui gentoo org> AuthorDate: Fri Dec 2 17:55:39 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Dec 2 18:44:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3690315b app-misc/inputlircd: keyword 0.0.1_pre15-r3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> app-misc/inputlircd/inputlircd-0.0.1_pre15-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/inputlircd/inputlircd-0.0.1_pre15-r3.ebuild b/app-misc/inputlircd/inputlircd-0.0.1_pre15-r3.ebuild index 7e06e60d610f..c7da09f84652 100644 --- a/app-misc/inputlircd/inputlircd-0.0.1_pre15-r3.ebuild +++ b/app-misc/inputlircd/inputlircd-0.0.1_pre15-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ppc ppc64 ~riscv x86" src_prepare() { local ver="$(best_version sys-kernel/linux-headers)"