Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/list-remote-forwards/
Date: Sun, 25 Jul 2021 08:45:49
Message-Id: 1627202742.d1b0d6bcfb1bf12ce009214c527a24112e6e67c5.slyfox@gentoo
1 commit: d1b0d6bcfb1bf12ce009214c527a24112e6e67c5
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 08:45:19 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 08:45:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b0d6bc
7
8 net-mail/list-remote-forwards: drop obsolete CABAL_FEATURES=bin
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index a0fccd96a41..9eaad075cb5 100644
18 --- a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild
19 +++ b/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 # ebuild generated by hackport 0.4.4
28
29 -CABAL_FEATURES="bin test-suite"
30 +CABAL_FEATURES="test-suite"
31 inherit haskell-cabal
32
33 DESCRIPTION="List all remote forwards for mail accounts stored in a database"