diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 10:57:55 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 10:57:55 +0000 |
commit | 95ab38e7e33111353cf006676399d7bd7ad17b2c (patch) | |
tree | fce90874f3e545c69ee319955a87b038ec06ad87 /net-mail/ezmlm-idx-pgsql | |
parent | qmail move. (diff) | |
download | gentoo-2-95ab38e7e33111353cf006676399d7bd7ad17b2c.tar.gz gentoo-2-95ab38e7e33111353cf006676399d7bd7ad17b2c.tar.bz2 gentoo-2-95ab38e7e33111353cf006676399d7bd7ad17b2c.zip |
fixup for qmail move.
Diffstat (limited to 'net-mail/ezmlm-idx-pgsql')
-rw-r--r-- | net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild index 340371c72847..467170a9705f 100644 --- a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild +++ b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild,v 1.5 2004/02/22 16:17:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild,v 1.6 2004/05/30 10:57:14 robbat2 Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -19,7 +19,7 @@ SLOT="0" LICENSE="as-is" KEYWORDS="x86 ~alpha ~hppa ~amd64 ~ppc ~mips ~sparc" DEPEND="sys-apps/grep sys-apps/groff" -RDEPEND="net-mail/qmail" +RDEPEND="mail-mta/qmail" PROVIDE="net-mail/ezmlm" if [ "$PN" = "${PB}-pgsql" ] diff --git a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild index fb8500510396..ba180788f701 100644 --- a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild +++ b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild,v 1.4 2003/07/13 13:32:32 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild,v 1.5 2004/05/30 10:57:14 robbat2 Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -15,7 +15,7 @@ SLOT="0" LICENSE="as-is" KEYWORDS="x86" DEPEND="sys-apps/grep sys-apps/groff" -RDEPEND="net-mail/qmail" +RDEPEND="mail-mta/qmail" PROVIDE="net-mail/ezmlm" if [ "$PN" = "${PB}-pgsql" ] |