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 91B00158094 for ; Sun, 28 Aug 2022 22:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1D2BE098A; Sun, 28 Aug 2022 22:03:27 +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 A90D3E098A for ; Sun, 28 Aug 2022 22:03:27 +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 27CC43410D6 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 7BAC65C0 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: <1661724087.01d3466d31ebd63f64685f1b3b09c8a4ae841b90.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hath/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/hath/hath-0.5.0.ebuild X-VCS-Directories: net-misc/hath/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 01d3466d31ebd63f64685f1b3b09c8a4ae841b90 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: 01b04c9b-8685-4113-b05b-dfe4997ad9db X-Archives-Hash: d971ac2a8715df04158d3f79a9f2c561 commit: 01d3466d31ebd63f64685f1b3b09c8a4ae841b90 Author: matoro users noreply github com> AuthorDate: Tue Aug 23 16:18:44 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Aug 28 22:01:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d3466d net-misc/hath: keyword 0.5.0 for ~ppc64 Signed-off-by: Michael Orlitzky gentoo.org> net-misc/hath/hath-0.5.0.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/net-misc/hath/hath-0.5.0.ebuild b/net-misc/hath/hath-0.5.0.ebuild index 3f2f323611b6..3eee516d3abc 100644 --- a/net-misc/hath/hath-0.5.0.ebuild +++ b/net-misc/hath/hath-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 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="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/cmdargs-0.10:= @@ -29,6 +29,11 @@ DEPEND="${RDEPEND} test? ( dev-util/shelltestrunner ) " +src_prepare() { + sed -i -e '/-optc-O3/d' -e '/-optc-march=native/d' "${PN}.cabal" || die + default +} + src_install() { cabal_src_install doman "${S}/doc/man1/${PN}.1"