diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-12-02 06:02:42 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-12-02 06:02:42 +0000 |
commit | b0b3e91633b2e3e848d02a8eb6e209345c4ffe21 (patch) | |
tree | 724d2f1d7fcbeaba011fe98285be3ac1ebd6527e /net-mail/queue-fix/queue-fix-1.4-r2.ebuild | |
parent | initial commit, ebuild by robbat2@gentoo.org (diff) | |
download | historical-b0b3e91633b2e3e848d02a8eb6e209345c4ffe21.tar.gz historical-b0b3e91633b2e3e848d02a8eb6e209345c4ffe21.tar.bz2 historical-b0b3e91633b2e3e848d02a8eb6e209345c4ffe21.zip |
allow the qmail alternatives, and stable on many arches
Diffstat (limited to 'net-mail/queue-fix/queue-fix-1.4-r2.ebuild')
-rw-r--r-- | net-mail/queue-fix/queue-fix-1.4-r2.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild index 16f0bb9fa96a..b09028820d75 100644 --- a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild +++ b/net-mail/queue-fix/queue-fix-1.4-r2.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/queue-fix/queue-fix-1.4-r2.ebuild,v 1.4 2003/10/31 21:06:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.5 2003/12/02 06:02:40 robbat2 Exp $ S=${WORKDIR}/${P} DESCRIPTION="Qmail Queue Repair Application with support for big-todo" @@ -10,10 +10,13 @@ HOMEPAGE="http://www.netmeridian.com/e-huss/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc amd64 ia64" +KEYWORDS="x86 alpha ~arm ~hppa ~mips ppc sparc amd64 ia64" IUSE="" DEPEND="sys-devel/gcc-config" -RDEPEND="net-mail/qmail" +RDEPEND="|| ( net-mail/qmail + net-mail/qmail-mysql + net-mail/qmail-ldap + )" src_unpack() { unpack ${P}.tar.gz |