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 CA634158086 for ; Tue, 26 Oct 2021 03:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC458E087A; Tue, 26 Oct 2021 03:12:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B373DE087A for ; Tue, 26 Oct 2021 03:12:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A637134395A for ; Tue, 26 Oct 2021 03:12:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B92E1AE for ; Tue, 26 Oct 2021 03:12:06 +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: <1635217884.1ff048d2f69c11c02a93ddfb239e9c7a769582a8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/tkdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/tkdiff/tkdiff-5.1.ebuild X-VCS-Directories: dev-util/tkdiff/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ff048d2f69c11c02a93ddfb239e9c7a769582a8 X-VCS-Branch: master Date: Tue, 26 Oct 2021 03:12:06 +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: 109249c3-54c3-476f-ae18-808791cf98ed X-Archives-Hash: d28aaccebc5ed12f5a64e4f4f7588478 commit: 1ff048d2f69c11c02a93ddfb239e9c7a769582a8 Author: Sam James gentoo org> AuthorDate: Tue Oct 26 03:11:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 26 03:11:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff048d2 dev-util/tkdiff: Stabilize 5.1 x86, #820266 Signed-off-by: Sam James gentoo.org> dev-util/tkdiff/tkdiff-5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/tkdiff/tkdiff-5.1.ebuild b/dev-util/tkdiff/tkdiff-5.1.ebuild index aa183ee810d..d5f44bd94b5 100644 --- a/dev-util/tkdiff/tkdiff-5.1.ebuild +++ b/dev-util/tkdiff/tkdiff-5.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${MYP}.zip" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" RDEPEND="dev-lang/tk" DEPEND="${RDEPEND}"