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 27666158094 for ; Sat, 23 Jul 2022 21:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC92E0C5E; Sat, 23 Jul 2022 21:23: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DE1EE0C5E for ; Sat, 23 Jul 2022 21:23: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D861340F50 for ; Sat, 23 Jul 2022 21:23:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6E78326 for ; Sat, 23 Jul 2022 21:23:14 +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: <1658611376.70c9ecf29087e6fc7ae915e40879115f9ae0fa29.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/exceptions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild dev-haskell/exceptions/exceptions-0.10.4.ebuild X-VCS-Directories: dev-haskell/exceptions/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 70c9ecf29087e6fc7ae915e40879115f9ae0fa29 X-VCS-Branch: master Date: Sat, 23 Jul 2022 21:23:14 +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: d9833a2d-86ef-49f2-859c-6339427ffdda X-Archives-Hash: b7bf7bb7ba6dfee76304e115cd8f6b3d commit: 70c9ecf29087e6fc7ae915e40879115f9ae0fa29 Author: Sam James gentoo org> AuthorDate: Sat Jul 23 21:22:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 23 21:22:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c9ecf2 dev-haskell/exceptions: fixup deps (sync with ::haskell) Signed-off-by: Sam James gentoo.org> .../{exceptions-0.10.4.ebuild => exceptions-0.10.4-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-haskell/exceptions/exceptions-0.10.4.ebuild b/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild similarity index 86% rename from dev-haskell/exceptions/exceptions-0.10.4.ebuild rename to dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild index 349fb81e944b..682fb6ec2abc 100644 --- a/dev-haskell/exceptions/exceptions-0.10.4.ebuild +++ b/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # ebuild generated by hackport 0.6.4.9999 @@ -10,12 +10,10 @@ inherit haskell-cabal DESCRIPTION="Extensible optionally-pure exceptions" HOMEPAGE="https://github.com/ekmett/exceptions/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" RDEPEND=">=dev-haskell/fail-4.9:=[profile?] =dev-haskell/mtl-2.0:=[profile?]