diff options
author | 2007-01-10 17:41:45 +0000 | |
---|---|---|
committer | 2007-01-10 17:41:45 +0000 | |
commit | b2078e3252c38ad3777df9b6e81385dc9e185faf (patch) | |
tree | 851bd5d8b59e52d0284ebdd1872477767a950447 /mail-filter | |
parent | Dependency update: dev-util/guile -> dev-scheme/guile. (diff) | |
download | historical-b2078e3252c38ad3777df9b6e81385dc9e185faf.tar.gz historical-b2078e3252c38ad3777df9b6e81385dc9e185faf.tar.bz2 historical-b2078e3252c38ad3777df9b6e81385dc9e185faf.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/anubis/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/anubis/anubis-3.9.95.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/mail-filter/anubis/ChangeLog b/mail-filter/anubis/ChangeLog index a7522aec310c..b6b9b353d9f2 100644 --- a/mail-filter/anubis/ChangeLog +++ b/mail-filter/anubis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/anubis -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.9 2006/11/23 15:50:28 vivo Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.10 2007/01/10 17:41:45 hkbst Exp $ + + 10 Jan 2007; <marijn@gentoo.org> anubis-3.9.95.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> anubis-3.9.95.ebuild: dev-db/mysql => virtual/mysql diff --git a/mail-filter/anubis/anubis-3.9.95.ebuild b/mail-filter/anubis/anubis-3.9.95.ebuild index 739fb7c36487..f20b7fb2afbf 100644 --- a/mail-filter/anubis/anubis-3.9.95.ebuild +++ b/mail-filter/anubis/anubis-3.9.95.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-3.9.95.ebuild,v 1.5 2006/11/23 15:50:28 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-3.9.95.ebuild,v 1.6 2007/01/10 17:41:45 hkbst Exp $ inherit eutils @@ -19,7 +19,7 @@ IUSE="crypt dbm guile mysql postgres nls pam pcre sasl socks5 ssl tcpd" DEPEND="crypt? ( >=app-crypt/gpgme-0.9.0 ) dbm? ( sys-libs/gdbm ) - guile? ( >=dev-util/guile-1.6 ) + guile? ( >=dev-scheme/guile-1.6 ) mysql? ( virtual/mysql ) pam? ( >=sys-libs/pam-0.75 ) postgres? ( dev-db/postgresql ) |