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 3EE44158086 for ; Sat, 16 Oct 2021 14:57:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18DCBE0845; Sat, 16 Oct 2021 14:57:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F398CE0837 for ; Sat, 16 Oct 2021 14:57:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF64E343109 for ; Sat, 16 Oct 2021 14:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50CD8170 for ; Sat, 16 Oct 2021 14:57:15 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1634396065.33a6975dc4c7965c9cc69d6dc93e5f7a968bfcca.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/s/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/s/s-1.12.0.ebuild X-VCS-Directories: app-emacs/s/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 33a6975dc4c7965c9cc69d6dc93e5f7a968bfcca X-VCS-Branch: master Date: Sat, 16 Oct 2021 14:57:15 +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: e1e7f583-3c90-421f-8262-118266c4d0be X-Archives-Hash: ab1f0e8d2c46d66f47daff92257e1588 commit: 33a6975dc4c7965c9cc69d6dc93e5f7a968bfcca Author: Yongxiang Liang gmail com> AuthorDate: Thu Oct 14 19:41:00 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Oct 16 14:54:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a6975d app-emacs/s: keyword ~riscv Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-emacs/s/s-1.12.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild index 8376aeeb30b..1d0ca0aa37d 100644 --- a/app-emacs/s/s-1.12.0.ebuild +++ b/app-emacs/s/s-1.12.0.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=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" S="${WORKDIR}/s.el-${PV}" SITEFILE="50${PN}-gentoo.el"