diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-02-04 15:15:18 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-02-04 15:15:18 +0000 |
commit | 1be64e1e2a1ddb5ba65d0ab9e7010d9dce28f25a (patch) | |
tree | 91896828965c7f26d8ec4114db92f40512e596ae /net-mail/qmail | |
parent | fixed wrong dep !virtual/mtai which has to be !virtual/mta (diff) | |
download | gentoo-2-1be64e1e2a1ddb5ba65d0ab9e7010d9dce28f25a.tar.gz gentoo-2-1be64e1e2a1ddb5ba65d0ab9e7010d9dce28f25a.tar.bz2 gentoo-2-1be64e1e2a1ddb5ba65d0ab9e7010d9dce28f25a.zip |
added blocking !virtual/mta dep
Diffstat (limited to 'net-mail/qmail')
-rw-r--r-- | net-mail/qmail/qmail-1.03-r7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mail/qmail/qmail-1.03-r7.ebuild b/net-mail/qmail/qmail-1.03-r7.ebuild index a6e5a7535a84..8cdb9ef79531 100644 --- a/net-mail/qmail/qmail-1.03-r7.ebuild +++ b/net-mail/qmail/qmail-1.03-r7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Geert Bevin <gbevin@theleaf.be> -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r7.ebuild,v 1.1 2001/12/13 20:09:42 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r7.ebuild,v 1.2 2002/02/04 15:15:18 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="A modern replacement for sendmail which uses maildirs" @@ -20,7 +20,8 @@ DEPEND="virtual/glibc >=sys-apps/ucspi-tcp-0.88 >=net-mail/checkpassword-0.90" -RDEPEND="virtual/glibc +RDEPEND="!virtual/mta + virtual/glibc sys-apps/groff >=sys-apps/ucspi-tcp-0.88 >=sys-apps/daemontools-0.76-r1 |