diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-12 12:58:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-12 12:58:57 +0000 |
commit | 9d1c96d42ea706961ee37aa9d2090475e57c718f (patch) | |
tree | cde0831eb8a83143de2aca62be7c0c24064eddec /mail-filter/dovecot-antispam | |
parent | Remove ebuilds with built_with_use calls. (diff) | |
download | gentoo-2-9d1c96d42ea706961ee37aa9d2090475e57c718f.tar.gz gentoo-2-9d1c96d42ea706961ee37aa9d2090475e57c718f.tar.bz2 gentoo-2-9d1c96d42ea706961ee37aa9d2090475e57c718f.zip |
Fixing dep, doesn't build with dovecot 1.2 at the moment. Patches coming
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/dovecot-antispam')
-rw-r--r-- | mail-filter/dovecot-antispam/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/dovecot-antispam/dovecot-antispam-1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-filter/dovecot-antispam/ChangeLog b/mail-filter/dovecot-antispam/ChangeLog index 05515d38ba34..45e0b697fe16 100644 --- a/mail-filter/dovecot-antispam/ChangeLog +++ b/mail-filter/dovecot-antispam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/dovecot-antispam # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.13 2009/07/26 20:08:47 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.14 2009/09/12 12:58:57 patrick Exp $ + + 12 Sep 2009; Patrick Lauer <patrick@gentoo.org> + dovecot-antispam-1.1.ebuild: + Fixing dep, doesn't build with dovecot 1.2 at the moment. Patches coming 26 Jul 2009; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd> tag diff --git a/mail-filter/dovecot-antispam/dovecot-antispam-1.1.ebuild b/mail-filter/dovecot-antispam/dovecot-antispam-1.1.ebuild index 38a19b112c1c..31bddf71047c 100644 --- a/mail-filter/dovecot-antispam/dovecot-antispam-1.1.ebuild +++ b/mail-filter/dovecot-antispam/dovecot-antispam-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-1.1.ebuild,v 1.2 2009/01/14 18:29:36 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-1.1.ebuild,v 1.3 2009/09/12 12:58:57 patrick Exp $ EAPI="1" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug +dspam crm114 mailtrain signature-log syslog" -DEPEND="net-mail/dovecot +DEPEND="<net-mail/dovecot-1.2 dspam? ( mail-filter/dspam ) crm114? ( app-text/crm114 )" RDEPEND="${DEPEND}" |