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 659DE138359 for ; Tue, 4 Aug 2020 22:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A2DEE09E3; Tue, 4 Aug 2020 22:06:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7BCE7E09E3 for ; Tue, 4 Aug 2020 22:06:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E954C34F0E2 for ; Tue, 4 Aug 2020 22:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6547C2FD for ; Tue, 4 Aug 2020 22:06:10 +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: <1596578762.0ae54929c1df07051697a0941737fe3b141f7f2a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/bytestring-show/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild X-VCS-Directories: dev-haskell/bytestring-show/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0ae54929c1df07051697a0941737fe3b141f7f2a X-VCS-Branch: master Date: Tue, 4 Aug 2020 22:06:10 +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: 1b92051b-2ed9-4ca3-a705-05ec60b2cc62 X-Archives-Hash: 2a60da56e897c2c5ee08d3d2a37632bd commit: 0ae54929c1df07051697a0941737fe3b141f7f2a Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 4 22:06:02 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 4 22:06:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae54929 dev-haskell/bytestring-show: tweak for ghc-8.8 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild index 034819b9da9..c9d31c58983 100644 --- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild +++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 # ebuild generated by hackport 0.3.6.9999 @@ -25,6 +25,11 @@ DEPEND="${RDEPEND} " src_prepare() { + default + + # Use default for compatibility with Cabal-3 + rm Setup.lhs || die cabal_chdeps \ - 'binary < 0.8' 'binary' + 'binary < 0.8' 'binary' \ + 'containers < 0.6' 'containers' }