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 8A6AE13933E for ; Mon, 19 Jul 2021 23:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAC94E0AB4; Mon, 19 Jul 2021 23:15:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C4008E0AB4 for ; Mon, 19 Jul 2021 23:15:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ECED7342AA3 for ; Mon, 19 Jul 2021 23:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C740823 for ; Mon, 19 Jul 2021 23:14:58 +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: <1626736487.4951a4c74516a0e8e1c4d664b552c29fd617944c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ctags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ctags/ctags-20210321.0.ebuild X-VCS-Directories: dev-util/ctags/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4951a4c74516a0e8e1c4d664b552c29fd617944c X-VCS-Branch: master Date: Mon, 19 Jul 2021 23:14:58 +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: 075a9a1c-2a26-442d-831d-95cd0fd9d4d5 X-Archives-Hash: 1e4be7b715632dd19b8ea3c49e8c3fe1 commit: 4951a4c74516a0e8e1c4d664b552c29fd617944c Author: Marek Szuba gentoo org> AuthorDate: Mon Jul 19 22:32:44 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Jul 19 23:14:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4951a4c7 dev-util/ctags: keyword 20210321.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-util/ctags/ctags-20210321.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ctags/ctags-20210321.0.ebuild b/dev-util/ctags/ctags-20210321.0.ebuild index 398cfa10dcb..797f050afc9 100644 --- a/dev-util/ctags/ctags-20210321.0.ebuild +++ b/dev-util/ctags/ctags-20210321.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *99999999* ]] ; then else SRC_URI="https://github.com/universal-ctags/ctags/archive/refs/tags/p5.9.${PV}.tar.gz" S="${WORKDIR}/${PN}-p5.9.${PV}" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2+"