diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-03-14 00:48:17 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-03-14 00:48:17 +0000 |
commit | 12da650f4f909493112eb148bc06c5f35cb0bd58 (patch) | |
tree | 9a76cc6b846586a7bf47ea8b53e07fdda3d4adf8 /net-mail/qmhandle/qmhandle-1.1.1.ebuild | |
parent | Added ~mips keyword. (Manifest recommit) (diff) | |
download | gentoo-2-12da650f4f909493112eb148bc06c5f35cb0bd58.tar.gz gentoo-2-12da650f4f909493112eb148bc06c5f35cb0bd58.tar.bz2 gentoo-2-12da650f4f909493112eb148bc06c5f35cb0bd58.zip |
fix bug #38768, allow all qmails
Diffstat (limited to 'net-mail/qmhandle/qmhandle-1.1.1.ebuild')
-rw-r--r-- | net-mail/qmhandle/qmhandle-1.1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/qmhandle/qmhandle-1.1.1.ebuild b/net-mail/qmhandle/qmhandle-1.1.1.ebuild index ac28a76b459a..00b3ec45c450 100644 --- a/net-mail/qmhandle/qmhandle-1.1.1.ebuild +++ b/net-mail/qmhandle/qmhandle-1.1.1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.4 2004/02/22 16:25:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.5 2004/03/14 00:48:17 robbat2 Exp $ DESCRIPTION="Qmail message queue tool" HOMEPAGE="http://qmhandle.sf.net/" SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~alpha ~hppa ~mips ~ppc ~sparc amd64 ia64" +KEYWORDS="x86 ~alpha ~hppa ~ppc ~sparc amd64 ia64" # Should run on all platforms without issue IUSE="" -RDEPEND="net-mail/qmail dev-lang/perl sys-apps/psmisc" +RDEPEND="|| ( net-mail/qmail net-mail/qmail-mysql net-mail/qmail-ldap ) dev-lang/perl sys-apps/psmisc" DEPEND="" S=${WORKDIR} |