diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-10-31 21:06:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-10-31 21:06:29 +0000 |
commit | b6fea14b56de609d868c2fdcfffe282a4fb28d00 (patch) | |
tree | f31df639945700ff66a7794e22b8145d2c4c30fb /net-mail/queue-fix/queue-fix-1.4-r2.ebuild | |
parent | remove old ver (diff) | |
download | gentoo-2-b6fea14b56de609d868c2fdcfffe282a4fb28d00.tar.gz gentoo-2-b6fea14b56de609d868c2fdcfffe282a4fb28d00.tar.bz2 gentoo-2-b6fea14b56de609d868c2fdcfffe282a4fb28d00.zip |
RDEPEND, not PDEPEND
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 | 4 |
1 files changed, 2 insertions, 2 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 93bc1f67400f..16f0bb9fa96a 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.3 2003/10/31 21:05:24 robbat2 Exp $ +# $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 $ S=${WORKDIR}/${P} DESCRIPTION="Qmail Queue Repair Application with support for big-todo" @@ -13,7 +13,7 @@ LICENSE="as-is" KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc amd64 ia64" IUSE="" DEPEND="sys-devel/gcc-config" -PDEPEND="net-mail/qmail" +RDEPEND="net-mail/qmail" src_unpack() { unpack ${P}.tar.gz |