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 8311F158086 for ; Tue, 21 Dec 2021 03:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C10372BC0DE; Tue, 21 Dec 2021 03:39:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C90C82BC096 for ; Tue, 21 Dec 2021 03:39:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 72C62342F19 for ; Tue, 21 Dec 2021 03:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7634263 for ; Tue, 21 Dec 2021 03:39:12 +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: <1640057874.01eb5eb6ad278e76a121090a13c93d7c8dd26e7e.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddate/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ddate/ddate-0.2.2_p20160627.ebuild X-VCS-Directories: app-misc/ddate/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 01eb5eb6ad278e76a121090a13c93d7c8dd26e7e X-VCS-Branch: master Date: Tue, 21 Dec 2021 03:39:12 +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: d399c5af-2521-474c-b097-e991705935df X-Archives-Hash: 0307be64091639adbe2b65ac24bb7244 commit: 01eb5eb6ad278e76a121090a13c93d7c8dd26e7e Author: Yongxiang Liang gmail com> AuthorDate: Sat Dec 18 19:41:35 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Dec 21 03:37:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01eb5eb6 app-misc/ddate: keyword ~riscv Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-misc/ddate/ddate-0.2.2_p20160627.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/ddate/ddate-0.2.2_p20160627.ebuild b/app-misc/ddate/ddate-0.2.2_p20160627.ebuild index 22e451588c3f..61f21d5959c2 100644 --- a/app-misc/ddate/ddate-0.2.2_p20160627.ebuild +++ b/app-misc/ddate/ddate-0.2.2_p20160627.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 @@ -11,7 +11,7 @@ DESCRIPTION="Perpetual date converter from gregorian to poee calendar" HOMEPAGE="https://github.com/bo0ts/ddate" SRC_URI="https://github.com/bo0ts/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 arm arm64 x86" +KEYWORDS="amd64 arm arm64 ~riscv x86" LICENSE="public-domain" SLOT="0"