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 1ED95138359 for ; Fri, 21 Aug 2020 10:08:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB954E0CAC; Fri, 21 Aug 2020 10:08:11 +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 C0C59E0CAA for ; Fri, 21 Aug 2020 10:08:11 +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 33150340C98 for ; Fri, 21 Aug 2020 10:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A314343 for ; Fri, 21 Aug 2020 10:08:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1598003782.148a696f8e33cf6e4e7db2bef31ce263a2843747.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Clipboard/Clipboard-0.260.0.ebuild X-VCS-Directories: dev-perl/Clipboard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 148a696f8e33cf6e4e7db2bef31ce263a2843747 X-VCS-Branch: master Date: Fri, 21 Aug 2020 10:08:07 +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: 0e4dda56-0625-4d9e-8736-3102e7b33ed2 X-Archives-Hash: 18e19d61b6d7f708fd6c7bbf718a4ae5 commit: 148a696f8e33cf6e4e7db2bef31ce263a2843747 Author: Sam James gentoo org> AuthorDate: Fri Aug 21 09:56:22 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 21 09:56:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148a696f dev-perl/Clipboard: Stabilize 0.260.0 arm, #738212 Signed-off-by: Sam James gentoo.org> dev-perl/Clipboard/Clipboard-0.260.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild index d117299cf2a..521f8fca8c2 100644 --- a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild +++ b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module virtualx DESCRIPTION="Copy and paste with any OS" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 arm ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )"