diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-09-04 17:13:16 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-09-04 17:13:16 +0000 |
commit | ea1dfe2480903ab7a4f67dfe3d39385688153da4 (patch) | |
tree | 8c4bec3d79a23f5b099250ef194755a7850e4903 /mail-filter | |
parent | fix depend syntax 58347 (Manifest recommit) (diff) | |
download | gentoo-2-ea1dfe2480903ab7a4f67dfe3d39385688153da4.tar.gz gentoo-2-ea1dfe2480903ab7a4f67dfe3d39385688153da4.tar.bz2 gentoo-2-ea1dfe2480903ab7a4f67dfe3d39385688153da4.zip |
fix depend syntax 58347
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/anomy-sanitizer/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/anomy-sanitizer/ChangeLog b/mail-filter/anomy-sanitizer/ChangeLog index c9d39d7cad64..bd8918d9365b 100644 --- a/mail-filter/anomy-sanitizer/ChangeLog +++ b/mail-filter/anomy-sanitizer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/anomy-sanitizer # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.4 2004/07/18 15:40:35 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.5 2004/09/04 17:12:13 axxo Exp $ + + 04 Sep 2004; Thomas Matthijs <axxo@gentoo.org> anomy-sanitizer-1.67.ebuild: + fix depend syntax 58347 05 Jun 2004; David Holm <dholm@gentoo.org> anomy-sanitizer-1.67.ebuild: Added to ~ppc. diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild index 655ff04f3eca..8df2f0580789 100644 --- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild +++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild,v 1.4 2004/07/14 16:37:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild,v 1.5 2004/09/04 17:12:13 axxo Exp $ DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments" HOMEPAGE="http://mailtools.anomy.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -RDEPEND=">=dev-lang/perl +RDEPEND="dev-lang/perl >=dev-perl/MIME-Base64-2.12-r2 >=dev-perl/Mail-Audit-2.1-r1 virtual/mta" |