diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 19:20:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 19:20:41 +0200 |
commit | 8b0da4cb618d9e8a236ea531fd36061ece7e7c7b (patch) | |
tree | cc8f99fb9baa513d341ad8521c670a396b9a0920 /net-mail/spamcup | |
parent | net-mail/fetchmail: Remove support for non-existent deps (diff) | |
download | gentoo-8b0da4cb618d9e8a236ea531fd36061ece7e7c7b.tar.gz gentoo-8b0da4cb618d9e8a236ea531fd36061ece7e7c7b.tar.bz2 gentoo-8b0da4cb618d9e8a236ea531fd36061ece7e7c7b.zip |
net-mail/spamcup: Remove support for non-existent deps
Diffstat (limited to 'net-mail/spamcup')
-rw-r--r-- | net-mail/spamcup/spamcup-1.09.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/spamcup/spamcup-1.09.ebuild b/net-mail/spamcup/spamcup-1.09.ebuild index 686d285a68fe..051d61595daf 100644 --- a/net-mail/spamcup/spamcup-1.09.ebuild +++ b/net-mail/spamcup/spamcup-1.09.ebuild @@ -14,8 +14,8 @@ IUSE="" DEPEND=">=dev-lang/perl-5.8.0 dev-perl/Getopt-ArgvFile - || ( ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form ) <dev-perl/libwww-perl-6 - ) " + dev-perl/HTML-Form + >dev-perl/libwww-perl-6" RDEPEND="${DEPEND}" src_install() { |