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 B7B41139360 for ; Wed, 4 Aug 2021 14:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9005BE0937; Wed, 4 Aug 2021 14:33:17 +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 7238DE0937 for ; Wed, 4 Aug 2021 14:33:17 +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 C474D342D41 for ; Wed, 4 Aug 2021 14:33:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 642E084F for ; Wed, 4 Aug 2021 14:33:14 +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: <1628087517.4f8be02085283f8fb48e3823d970285fc7849ec1.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pastebinit/pastebinit-1.5.1.ebuild X-VCS-Directories: app-text/pastebinit/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 4f8be02085283f8fb48e3823d970285fc7849ec1 X-VCS-Branch: master Date: Wed, 4 Aug 2021 14:33:14 +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: 627b3dda-bc72-4c3c-b889-6c40c9a7f46a X-Archives-Hash: ca516383d8cb637cc120cdd9fce5842a commit: 4f8be02085283f8fb48e3823d970285fc7849ec1 Author: Yixun Lan gentoo org> AuthorDate: Wed Aug 4 14:31:57 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Aug 4 14:31:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8be020 app-text/pastebinit: keyword ~riscv Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> app-text/pastebinit/pastebinit-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/pastebinit/pastebinit-1.5.1.ebuild b/app-text/pastebinit/pastebinit-1.5.1.ebuild index 7a0e41a109b..550104a796b 100644 --- a/app-text/pastebinit/pastebinit-1.5.1.ebuild +++ b/app-text/pastebinit/pastebinit-1.5.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://ubuntu/pool/main/p/${PN}/${MY_P}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" IUSE="crypt" REQUIRED_USE="${PYTHON_REQUIRED_USE}"