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 73D19158094 for ; Sun, 28 Aug 2022 22:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89110E096D; Sun, 28 Aug 2022 22:03:25 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F40CE096D for ; Sun, 28 Aug 2022 22:03:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BD3A340E16 for ; Sun, 28 Aug 2022 22:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92212588 for ; Sun, 28 Aug 2022 22:03:22 +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: <1661724080.aa34f0deec83d16a79f464f35f93a2159d158665.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/configurator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild X-VCS-Directories: dev-haskell/configurator/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: aa34f0deec83d16a79f464f35f93a2159d158665 X-VCS-Branch: master Date: Sun, 28 Aug 2022 22:03:22 +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: 3be8432c-c615-47ea-8d00-74cb10b2423e X-Archives-Hash: a4bb6000997d7777933b398eaab02b25 commit: aa34f0deec83d16a79f464f35f93a2159d158665 Author: matoro users noreply github com> AuthorDate: Tue Aug 23 14:41:36 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Aug 28 22:01:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa34f0de dev-haskell/configurator: keyword 0.3.0.0-r1 for ~ppc64 Signed-off-by: Michael Orlitzky gentoo.org> dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild index 6fbdc4a01a11..4139b3a7ef3b 100644 --- a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild +++ b/dev-haskell/configurator/configurator-0.3.0.0-r1.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 @@ -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="" RDEPEND=">=dev-haskell/attoparsec-0.10.0.2:=[profile?]