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 A2FBE158096 for ; Sun, 28 Aug 2022 22:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBA2EE0976; Sun, 28 Aug 2022 22:03:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D7A1AE0976 for ; Sun, 28 Aug 2022 22:03:26 +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 02863340F16 for ; Sun, 28 Aug 2022 22:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 677E15BF for ; Sun, 28 Aug 2022 22:03:23 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1661724086.773efdb35581f5825c7a5a2da761168eb693549f.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/haeredes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/haeredes/haeredes-0.5.2.ebuild X-VCS-Directories: net-misc/haeredes/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 773efdb35581f5825c7a5a2da761168eb693549f X-VCS-Branch: master Date: Sun, 28 Aug 2022 22:03:23 +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: a75d14f2-3cf8-432e-b713-0deb0701af3f X-Archives-Hash: 72ffafcb6f174f9e5cbae122c9393db7 commit: 773efdb35581f5825c7a5a2da761168eb693549f Author: matoro users noreply github com> AuthorDate: Tue Aug 23 16:15:08 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Aug 28 22:01:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773efdb3 net-misc/haeredes: keyword 0.5.2 for ~ppc64 Signed-off-by: Michael Orlitzky gentoo.org> net-misc/haeredes/haeredes-0.5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/haeredes/haeredes-0.5.2.ebuild b/net-misc/haeredes/haeredes-0.5.2.ebuild index dcc46bef668f..997df4291b3c 100644 --- a/net-misc/haeredes/haeredes-0.5.2.ebuild +++ b/net-misc/haeredes/haeredes-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" # The test suite requires network access.