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 15D5313835D for ; Mon, 15 Mar 2021 22:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60F90E0894; Mon, 15 Mar 2021 22:33:13 +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 4A305E0894 for ; Mon, 15 Mar 2021 22:33:13 +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 6D327340F6E for ; Mon, 15 Mar 2021 22:33:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E38D65FC for ; Mon, 15 Mar 2021 22:33:09 +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: <1615847575.2f392b56328e7618b4e07eef16840a396bdbdc1b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/punycode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/punycode/punycode-2.0.ebuild X-VCS-Directories: dev-haskell/punycode/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2f392b56328e7618b4e07eef16840a396bdbdc1b X-VCS-Branch: master Date: Mon, 15 Mar 2021 22:33:09 +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: 9150e7e4-47f9-44a0-9d15-f118de773132 X-Archives-Hash: 04c91e63c222fb19f2ed6e46387bc718 commit: 2f392b56328e7618b4e07eef16840a396bdbdc1b Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Mar 15 19:39:38 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Mar 15 22:32:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f392b56 dev-haskell/punycode: disable tests Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/punycode/punycode-2.0.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-haskell/punycode/punycode-2.0.ebuild b/dev-haskell/punycode/punycode-2.0.ebuild index 5bf0e711c37..064e6d0602d 100644 --- a/dev-haskell/punycode/punycode-2.0.ebuild +++ b/dev-haskell/punycode/punycode-2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 # ebuild generated by hackport 0.3.2.9999 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite" inherit haskell-cabal DESCRIPTION="Encode unicode strings to ascii forms according to RFC 3492" @@ -17,15 +17,15 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT=test # runs slow, finds error +RESTRICT=test # runs slow, finds error. RDEPEND="dev-haskell/cereal:=[profile?] dev-haskell/mtl:=[profile?] dev-haskell/text:=[profile?] >=dev-lang/ghc-6.10.4:=" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( dev-haskell/encoding - dev-haskell/hunit - dev-haskell/quickcheck - )" + >=dev-haskell/cabal-1.8" + # test? ( dev-haskell/encoding + # dev-haskell/hunit + # dev-haskell/quickcheck + # )"