Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/spamcup/
Date: Sun, 26 Aug 2018 17:28:15
Message-Id: 1535304041.8b0da4cb618d9e8a236ea531fd36061ece7e7c7b.mgorny@gentoo
1 commit: 8b0da4cb618d9e8a236ea531fd36061ece7e7c7b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 17:20:41 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 17:20:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0da4cb
7
8 net-mail/spamcup: Remove support for non-existent deps
9
10 net-mail/spamcup/spamcup-1.09.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-mail/spamcup/spamcup-1.09.ebuild b/net-mail/spamcup/spamcup-1.09.ebuild
14 index 686d285a68f..051d61595da 100644
15 --- a/net-mail/spamcup/spamcup-1.09.ebuild
16 +++ b/net-mail/spamcup/spamcup-1.09.ebuild
17 @@ -14,8 +14,8 @@ IUSE=""
18
19 DEPEND=">=dev-lang/perl-5.8.0
20 dev-perl/Getopt-ArgvFile
21 - || ( ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form ) <dev-perl/libwww-perl-6
22 - ) "
23 + dev-perl/HTML-Form
24 + >dev-perl/libwww-perl-6"
25 RDEPEND="${DEPEND}"
26
27 src_install() {