diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-20 00:17:08 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-20 00:17:08 +0000 |
commit | b03ad114ff1057cd3ee3e70c6c03422a558cc36f (patch) | |
tree | 4841f3fd905b7794f73541cb9956515b4760d2c7 /net-mail/ezmlm | |
parent | exscalibar amd64 fix (diff) | |
download | gentoo-2-b03ad114ff1057cd3ee3e70c6c03422a558cc36f.tar.gz gentoo-2-b03ad114ff1057cd3ee3e70c6c03422a558cc36f.tar.bz2 gentoo-2-b03ad114ff1057cd3ee3e70c6c03422a558cc36f.zip |
Changed to virtual/qmail.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-mail/ezmlm')
-rw-r--r-- | net-mail/ezmlm/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/ezmlm/ezmlm-0.53-r1.ebuild | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/ezmlm/ChangeLog b/net-mail/ezmlm/ChangeLog index 862598ce93a5..00ac3acd9a99 100644 --- a/net-mail/ezmlm/ChangeLog +++ b/net-mail/ezmlm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/ezmlm -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ChangeLog,v 1.15 2005/05/16 10:05:44 ticho Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ChangeLog,v 1.16 2006/02/20 00:17:08 hansmi Exp $ + + 20 Feb 2006; Michael Hanselmann <hansmi@gentoo.org> ezmlm-0.53-r1.ebuild: + Changed to virtual/qmail. 16 May 2005; Andrej Kacian <ticho@gentoo.org> ezmlm-0.53-r1.ebuild: Inherit toolchain-funcs.eclass instead of gcc.eclass. Bug #92745. diff --git a/net-mail/ezmlm/ezmlm-0.53-r1.ebuild b/net-mail/ezmlm/ezmlm-0.53-r1.ebuild index aefa64ed3826..994b7d032e00 100644 --- a/net-mail/ezmlm/ezmlm-0.53-r1.ebuild +++ b/net-mail/ezmlm/ezmlm-0.53-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ezmlm-0.53-r1.ebuild,v 1.7 2005/05/16 10:05:44 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ezmlm-0.53-r1.ebuild,v 1.8 2006/02/20 00:17:08 hansmi Exp $ inherit eutils fixheadtails toolchain-funcs @@ -15,10 +15,7 @@ KEYWORDS="x86 sparc ppc alpha" IUSE="" DEPEND="sys-apps/groff" -RDEPEND="|| ( - mail-mta/qmail - mail-mta/qmail-mysql - mail-mta/qmail-ldap )" +RDEPEND="virtual/qmail" src_unpack() { unpack ${A} |