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 9E98B1392E8 for ; Sun, 25 Jul 2021 08:45:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B855EE0CEB; Sun, 25 Jul 2021 08:45:48 +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 9CECBE0CEB for ; Sun, 25 Jul 2021 08:45:48 +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 C3856342C4F for ; Sun, 25 Jul 2021 08:45:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 857EC847 for ; Sun, 25 Jul 2021 08:45:45 +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: <1627202742.d1b0d6bcfb1bf12ce009214c527a24112e6e67c5.slyfox@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.1-r2.ebuild X-VCS-Directories: net-mail/list-remote-forwards/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d1b0d6bcfb1bf12ce009214c527a24112e6e67c5 X-VCS-Branch: master Date: Sun, 25 Jul 2021 08:45:45 +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: 454b1f64-b9d7-490e-beef-9098a98b5d5b X-Archives-Hash: 7aab167fd13142f999a620af77fb116f commit: d1b0d6bcfb1bf12ce009214c527a24112e6e67c5 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 25 08:45:19 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 25 08:45:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b0d6bc net-mail/list-remote-forwards: drop obsolete CABAL_FEATURES=bin Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild b/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild index a0fccd96a41..9eaad075cb5 100644 --- a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild +++ b/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.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=6 # ebuild generated by hackport 0.4.4 -CABAL_FEATURES="bin test-suite" +CABAL_FEATURES="test-suite" inherit haskell-cabal DESCRIPTION="List all remote forwards for mail accounts stored in a database"