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 74EB8158094 for ; Thu, 18 Aug 2022 18:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F6D2E08A2; Thu, 18 Aug 2022 18:45:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 241CBE08C3 for ; Thu, 18 Aug 2022 18:45:21 +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 3A83C341178 for ; Thu, 18 Aug 2022 18:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49C30576 for ; Thu, 18 Aug 2022 18:45:17 +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: <1660848294.2b3bd581656b25fcfb383e85ecd54caf48fd296e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/safe-exceptions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild X-VCS-Directories: dev-haskell/safe-exceptions/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2b3bd581656b25fcfb383e85ecd54caf48fd296e X-VCS-Branch: master Date: Thu, 18 Aug 2022 18:45:17 +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: 96ba7f5b-8b09-4602-bb9b-523ea857318b X-Archives-Hash: 6983940ee96d26613b64f3fec6ad5e21 commit: 2b3bd581656b25fcfb383e85ecd54caf48fd296e Author: matoro users noreply github com> AuthorDate: Mon Aug 15 06:22:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 18 18:44:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3bd581 dev-haskell/safe-exceptions: keyword 0.1.7.0 for ~ppc64 Signed-off-by: Sam James gentoo.org> dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild b/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild index 87ccbee51499..5ecb432a9779 100644 --- a/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild +++ b/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?]