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 8EC8415A7D9 for ; Fri, 17 Mar 2023 18:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47F482BC2C4; Fri, 17 Mar 2023 18:23:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 351092BC2C5 for ; Fri, 17 Mar 2023 18:23:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 58BAA341309 for ; Fri, 17 Mar 2023 18:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A07A0907 for ; Fri, 17 Mar 2023 18:23:35 +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: <1679077357.586aa2e22dea6b4c141837c9595e883e6931044b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hath/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/hath/hath-0.5.7.ebuild X-VCS-Directories: net-misc/hath/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 586aa2e22dea6b4c141837c9595e883e6931044b X-VCS-Branch: master Date: Fri, 17 Mar 2023 18:23:35 +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: dab45f0f-a7c9-4c83-a833-cea6cc6cff23 X-Archives-Hash: 89dbdfd17b5abb5a03d8d0fdb12134d6 commit: 586aa2e22dea6b4c141837c9595e883e6931044b Author: hololeap users noreply github com> AuthorDate: Wed Mar 15 23:45:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 17 18:22:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586aa2e2 net-misc/hath: Stabilize for amd64 Signed-off-by: hololeap users.noreply.github.com> Signed-off-by: Sam James gentoo.org> net-misc/hath/hath-0.5.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/hath/hath-0.5.7.ebuild b/net-misc/hath/hath-0.5.7.ebuild index 5a9d9cd2d042..0caf16f0a2a6 100644 --- a/net-misc/hath/hath-0.5.7.ebuild +++ b/net-misc/hath/hath-0.5.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RDEPEND=">=dev-haskell/cmdargs-0.10:=