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 C59A6158094 for ; Thu, 18 Aug 2022 18:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECFC3E0870; Thu, 18 Aug 2022 18:45:17 +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 CF021E07E6 for ; Thu, 18 Aug 2022 18:45:17 +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 DE94F3407E6 for ; Thu, 18 Aug 2022 18:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76D02568 for ; Thu, 18 Aug 2022 18:45:15 +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: <1660848285.c54cdacedd506eb67860f04a76b8d6a79e384308.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/tasty-smallcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild X-VCS-Directories: dev-haskell/tasty-smallcheck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c54cdacedd506eb67860f04a76b8d6a79e384308 X-VCS-Branch: master Date: Thu, 18 Aug 2022 18:45:15 +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: 7fd40d77-c670-4b10-8669-1595d1bd553e X-Archives-Hash: ad5a7f1b5773517a86e6a4e4d125eccc commit: c54cdacedd506eb67860f04a76b8d6a79e384308 Author: matoro users noreply github com> AuthorDate: Mon Aug 15 04:06:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 18 18:44:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54cdace dev-haskell/tasty-smallcheck: keyword 0.8.1 for ~ppc64 Signed-off-by: Sam James gentoo.org> dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild index 28abaea31822..3b5b87d2532e 100644 --- a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild +++ b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.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 @@ -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/async:=[profile?]