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 3BB8D138359 for ; Thu, 8 Oct 2020 07:50:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFCD0E08E8; Thu, 8 Oct 2020 07:50:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B8CF1E08E8 for ; Thu, 8 Oct 2020 07:50:53 +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 8D8C4340E69 for ; Thu, 8 Oct 2020 07:50:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEC753A2 for ; Thu, 8 Oct 2020 07:50:49 +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: <1602143438.2a059c124e4042606766f83ccad588ccc93f7e90.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/dataenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/dataenc/dataenc-0.14.0.7.ebuild X-VCS-Directories: dev-haskell/dataenc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2a059c124e4042606766f83ccad588ccc93f7e90 X-VCS-Branch: master Date: Thu, 8 Oct 2020 07:50:49 +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: 4cad0924-1261-43f1-9d0f-1c3327a10188 X-Archives-Hash: 06c0010b2edcc20abf98345b0f2a0831 commit: 2a059c124e4042606766f83ccad588ccc93f7e90 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Oct 8 07:46:25 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Oct 8 07:50:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a059c12 dev-haskell/dataenc: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/dataenc/dataenc-0.14.0.7.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild b/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild index 7bc5f390a18..2a0b1e602a6 100644 --- a/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild +++ b/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild @@ -1,11 +1,11 @@ # 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.4.9999 +# ebuild generated by hackport 0.6.6.9999 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Data encoding library" @@ -16,7 +16,6 @@ LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos" IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=">=dev-lang/ghc-7.4.1:= "