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 A4746158094 for ; Fri, 22 Jul 2022 23:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB431E0C12; Fri, 22 Jul 2022 23:07:58 +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 C4385E0C12 for ; Fri, 22 Jul 2022 23:07:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2BB113410E8 for ; Fri, 22 Jul 2022 23:07:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68573550 for ; Fri, 22 Jul 2022 23:07:54 +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: <1658531262.ff93f8f848d890c3ee1f7f6296a510a218555d29.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/shelly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/shelly/shelly-1.9.0.ebuild X-VCS-Directories: dev-haskell/shelly/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff93f8f848d890c3ee1f7f6296a510a218555d29 X-VCS-Branch: master Date: Fri, 22 Jul 2022 23:07:54 +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: 3d7c5fd6-61e6-4f30-916e-ee955eb157fe X-Archives-Hash: 3fb8881399609d85ea9bed6ee878ef2c commit: ff93f8f848d890c3ee1f7f6296a510a218555d29 Author: matoro users noreply github com> AuthorDate: Fri Jul 22 19:52:31 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 22 23:07:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff93f8f8 dev-haskell/shelly: keyword 1.9.0 for ~ppc64 Signed-off-by: matoro users.noreply.github.com> Signed-off-by: Sam James gentoo.org> dev-haskell/shelly/shelly-1.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/shelly/shelly-1.9.0.ebuild b/dev-haskell/shelly/shelly-1.9.0.ebuild index 9d59c59b5930..5fc6e685f11b 100644 --- a/dev-haskell/shelly/shelly-1.9.0.ebuild +++ b/dev-haskell/shelly/shelly-1.9.0.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 @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="examples lifted" RDEPEND="dev-haskell/async:=[profile?]