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 9CF0E13933E for ; Mon, 2 Aug 2021 12:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 421A9E0A43; Mon, 2 Aug 2021 12:33:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E46CEE09FE for ; Mon, 2 Aug 2021 12:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 597BA343AAF for ; Mon, 2 Aug 2021 12:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 908B47B9 for ; Mon, 2 Aug 2021 12:33:51 +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: <1627907608.6c6a1b08cca6f53f65e3715b728a3d29681df7a9.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gengetopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gengetopt/gengetopt-2.23.ebuild X-VCS-Directories: dev-util/gengetopt/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6c6a1b08cca6f53f65e3715b728a3d29681df7a9 X-VCS-Branch: master Date: Mon, 2 Aug 2021 12:33:51 +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: f4472a43-5a9b-4c09-9610-a9564d8b306a X-Archives-Hash: deea7cced52ee598796c1cb9183e1f61 commit: 6c6a1b08cca6f53f65e3715b728a3d29681df7a9 Author: Marek Szuba gentoo org> AuthorDate: Mon Aug 2 09:16:23 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Aug 2 12:33:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6a1b08 dev-util/gengetopt: keyword 2.23 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-util/gengetopt/gengetopt-2.23.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/gengetopt/gengetopt-2.23.ebuild b/dev-util/gengetopt/gengetopt-2.23.ebuild index 6066b5d5aad..6e5334e0c13 100644 --- a/dev-util/gengetopt/gengetopt-2.23.ebuild +++ b/dev-util/gengetopt/gengetopt-2.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~x64-cygwin ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv x86 ~x64-cygwin ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris" PATCHES=( "${FILESDIR}"/${PN}-2.22.6-docdirs.patch )