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 1D808139000 for ; Fri, 30 Jul 2021 22:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7644BE090F; Fri, 30 Jul 2021 22:36:40 +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 58681E090E for ; Fri, 30 Jul 2021 22:36:40 +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 4958D3438CC for ; Fri, 30 Jul 2021 22:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EF29859 for ; Fri, 30 Jul 2021 22:36:36 +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: <1627684501.3ef3f892daa395ae6a39f1514df97a51680a0e56.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-CursorControl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild X-VCS-Directories: dev-perl/Tk-CursorControl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3ef3f892daa395ae6a39f1514df97a51680a0e56 X-VCS-Branch: master Date: Fri, 30 Jul 2021 22:36:36 +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: cb7695b5-b53b-4846-9165-d6eb020bce0c X-Archives-Hash: 150f49affb0a448c9721f33e0389c3b2 commit: 3ef3f892daa395ae6a39f1514df97a51680a0e56 Author: Sam James gentoo org> AuthorDate: Fri Jul 30 22:35:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 30 22:35:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef3f892 dev-perl/Tk-CursorControl: Stabilize 0.400.0-r3 sparc, #805095 Signed-off-by: Sam James gentoo.org> dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild index 8d445b80bb1..84d4ff360a7 100644 --- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild +++ b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild @@ -11,7 +11,7 @@ inherit edos2unix perl-module virtualx DESCRIPTION="Manipulate the mouse cursor programmatically" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 sparc ~x86" IUSE="" RDEPEND="dev-perl/Tk"