diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-19 02:06:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-19 02:06:21 +0000 |
commit | b11ca944359d97f7e50809aecb5203417920bc64 (patch) | |
tree | 39272bbd985a573d654873782d29c2032d6a18c9 /net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild | |
parent | QA, added nls to IUSE (Manifest recommit) (diff) | |
download | gentoo-2-b11ca944359d97f7e50809aecb5203417920bc64.tar.gz gentoo-2-b11ca944359d97f7e50809aecb5203417920bc64.tar.bz2 gentoo-2-b11ca944359d97f7e50809aecb5203417920bc64.zip |
PROVIDE is for virtuals
Diffstat (limited to 'net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild')
-rw-r--r-- | net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild index 540d3812cced..3e46f9767ef7 100644 --- a/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild +++ b/net-mail/ezmlm-idx/ezmlm-idx-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/ezmlm-idx-0.40-r2.ebuild,v 1.12 2004/05/30 10:56:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild,v 1.13 2004/06/19 02:06:21 mr_bones_ Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -20,7 +20,6 @@ LICENSE="as-is" KEYWORDS="x86 alpha ~hppa ~amd64 ~ppc ~mips ~sparc" DEPEND="sys-apps/grep sys-apps/groff" RDEPEND="mail-mta/qmail" -PROVIDE="net-mail/ezmlm" if [ "$PN" = "${PB}-pgsql" ] then |