diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 16:17:20 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 16:17:20 +0000 |
commit | dd475a470029824e08fbf19e5926bb6862c36d39 (patch) | |
tree | ed45a68fbbe773305558f6870a68bc2c0748731c /net-mail | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | gentoo-2-dd475a470029824e08fbf19e5926bb6862c36d39.tar.gz gentoo-2-dd475a470029824e08fbf19e5926bb6862c36d39.tar.bz2 gentoo-2-dd475a470029824e08fbf19e5926bb6862c36d39.zip |
manual dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.0_beta8.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.0_rc15.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index d4ddf36544f5..a455d8a380e1 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.77 2006/11/23 15:56:15 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.78 2006/11/23 16:17:20 vivo Exp $ + + 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> dovecot-1.0_beta8.ebuild, + dovecot-1.0_rc15.ebuild: + dev-db/mysql => virtual/mysql, manually 23 Nov 2006; Roy Marples <uberlord@gentoo.org> dovecot-1.0_rc15.ebuild: Fix mbox location in default dovecot.conf diff --git a/net-mail/dovecot/dovecot-1.0_beta8.ebuild b/net-mail/dovecot/dovecot-1.0_beta8.ebuild index b70e2ea9e560..748288e829e6 100644 --- a/net-mail/dovecot/dovecot-1.0_beta8.ebuild +++ b/net-mail/dovecot/dovecot-1.0_beta8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_beta8.ebuild,v 1.6 2006/08/30 07:47:47 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_beta8.ebuild,v 1.7 2006/11/23 16:17:20 vivo Exp $ inherit eutils @@ -22,7 +22,7 @@ DEPEND=">=sys-apps/sed-4 pam? ( virtual/pam ) ssl? ( dev-libs/openssl ) postgres? ( dev-db/postgresql ) - mysql? ( dev-db/mysql ) + mysql? ( virtual/mysql ) vpopmail? ( net-mail/vpopmail )" RDEPEND="${DEPEND} diff --git a/net-mail/dovecot/dovecot-1.0_rc15.ebuild b/net-mail/dovecot/dovecot-1.0_rc15.ebuild index f8cd378f6d5c..10092803607b 100644 --- a/net-mail/dovecot/dovecot-1.0_rc15.ebuild +++ b/net-mail/dovecot/dovecot-1.0_rc15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_rc15.ebuild,v 1.6 2006/11/23 15:56:15 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_rc15.ebuild,v 1.7 2006/11/23 16:17:20 vivo Exp $ inherit autotools eutils @@ -25,7 +25,7 @@ DEPEND=">=sys-apps/sed-4 pam? ( virtual/pam ) ssl? ( dev-libs/openssl ) postgres? ( dev-db/postgresql ) - mysql? ( dev-db/mysql ) + mysql? ( virtual/mysql ) vpopmail? ( net-mail/vpopmail )" RDEPEND="${DEPEND} |