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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02B56139335 for ; Tue, 29 Jun 2021 08:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0223FE07FA; Tue, 29 Jun 2021 08:08:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD9BEE07FA for ; Tue, 29 Jun 2021 08:08:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9DAF335DBD for ; Tue, 29 Jun 2021 08:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 709964C3 for ; Tue, 29 Jun 2021 08:08:26 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1624954103.76d1bcce1976b7019adf8cb6a60d584561bc274d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/snap-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/snap-core/snap-core-1.0.4.2.ebuild X-VCS-Directories: dev-haskell/snap-core/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 76d1bcce1976b7019adf8cb6a60d584561bc274d X-VCS-Branch: master Date: Tue, 29 Jun 2021 08:08:26 +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: d3f6860c-b1ff-4193-9eff-093428888124 X-Archives-Hash: b61f8bcf4916014e8af84cc95d1caa83 commit: 76d1bcce1976b7019adf8cb6a60d584561bc274d Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Jun 29 08:08:18 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jun 29 08:08:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d1bcce dev-haskell/snap-core: require io-streamz[zlib] Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/799182 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/snap-core/snap-core-1.0.4.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-haskell/snap-core/snap-core-1.0.4.2.ebuild b/dev-haskell/snap-core/snap-core-1.0.4.2.ebuild index 0a9b8c777f0..0d7046af4b4 100644 --- a/dev-haskell/snap-core/snap-core-1.0.4.2.ebuild +++ b/dev-haskell/snap-core/snap-core-1.0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,13 +18,16 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="debug portable" +# Fixed in next release: https://github.com/snapframework/snap-core/commit/49a8090d7834a0ef9b438048e96be36e55b2fbf5 +RESTRICT=test # test relied on headers ordering + RDEPEND=">=dev-haskell/attoparsec-0.12:=[profile?] =dev-haskell/bytestring-builder-0.10.4:=[profile?] =dev-haskell/case-insensitive-1.1:=[profile?] =dev-haskell/fail-4.9:=[profile?] =dev-haskell/hashable-1.2.0.6:=[profile?] =dev-haskell/hunit-1.2:=[profile?] =dev-haskell/io-streams-1.3:=[profile?] =dev-haskell/io-streams-1.3:=[zlib,profile?] =dev-haskell/lifted-base-0.1:=[profile?] =dev-haskell/monad-control-1.0:=[profile?] =dev-haskell/mtl-2.0:=[profile?]