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 A76B9158094 for ; Tue, 30 Aug 2022 09:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F195DE091D; Tue, 30 Aug 2022 09:43:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DC41EE091D for ; Tue, 30 Aug 2022 09:43:57 +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 DBDB43410DE for ; Tue, 30 Aug 2022 09:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52C8F569 for ; Tue, 30 Aug 2022 09:43:55 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1661852626.f514c0dc9bc346e626b8731cc070fe49add4aae1.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/list-remote-forwards/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild X-VCS-Directories: net-mail/list-remote-forwards/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: f514c0dc9bc346e626b8731cc070fe49add4aae1 X-VCS-Branch: master Date: Tue, 30 Aug 2022 09:43:55 +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: 37d97b1c-6a61-4289-80b4-270be5626e94 X-Archives-Hash: 21d2345222b097a293e7d4ee2d79c2b2 commit: f514c0dc9bc346e626b8731cc070fe49add4aae1 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Aug 30 09:38:52 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Aug 30 09:43:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f514c0dc net-mail/list-remote-forwards: RESTRICT inconsistent tests. Signed-off-by: Michael Orlitzky gentoo.org> net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild b/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild index 3f6ac736d824..23ab9d72c982 100644 --- a/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild +++ b/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild @@ -17,6 +17,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" +# dev-haskell/dns and dev-haskell/resolv conflict +# https://github.com/sol/doctest/issues/119 +RESTRICT=test + RDEPEND="" DEPEND="${RDEPEND} >=dev-haskell/cabal-3.0.0