diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:55:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:55:50 +0000 |
commit | 6c0bc328b1207dac8a59e148601183d732308a98 (patch) | |
tree | 1e562184009b13218bcf658daf04bbe2183e47b7 /sys-apps/quota | |
parent | Remove rdepend=depend (diff) | |
download | gentoo-2-6c0bc328b1207dac8a59e148601183d732308a98.tar.gz gentoo-2-6c0bc328b1207dac8a59e148601183d732308a98.tar.bz2 gentoo-2-6c0bc328b1207dac8a59e148601183d732308a98.zip |
Remove rdepend=depend
Diffstat (limited to 'sys-apps/quota')
-rw-r--r-- | sys-apps/quota/quota-3.03.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.04.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.06.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys-apps/quota/quota-3.03.ebuild b/sys-apps/quota/quota-3.03.ebuild index 0029a07bbacf..dd4ae960ad3b 100644 --- a/sys-apps/quota/quota-3.03.ebuild +++ b/sys-apps/quota/quota-3.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.03.ebuild,v 1.9 2002/10/19 04:06:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.03.ebuild,v 1.10 2002/10/20 18:54:50 vapier Exp $ S=${WORKDIR}/quota-tools DESCRIPTION="Linux quota tools" @@ -12,7 +12,6 @@ KEYWORDS="x86" LICENSE="GPL-2" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_compile() { econf || die "./configure failed" diff --git a/sys-apps/quota/quota-3.04.ebuild b/sys-apps/quota/quota-3.04.ebuild index 1da1850d74ab..d8bc86853aea 100644 --- a/sys-apps/quota/quota-3.04.ebuild +++ b/sys-apps/quota/quota-3.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.04.ebuild,v 1.11 2002/10/19 04:06:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.04.ebuild,v 1.12 2002/10/20 18:54:50 vapier Exp $ S=${WORKDIR}/quota-tools DESCRIPTION="Linux quota tools" @@ -12,7 +12,6 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_compile() { econf || die "./configure failed" diff --git a/sys-apps/quota/quota-3.06.ebuild b/sys-apps/quota/quota-3.06.ebuild index 7201a58c92b6..5f49f65e7bdc 100644 --- a/sys-apps/quota/quota-3.06.ebuild +++ b/sys-apps/quota/quota-3.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06.ebuild,v 1.4 2002/10/19 04:06:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06.ebuild,v 1.5 2002/10/20 18:54:50 vapier Exp $ S=${WORKDIR}/quota-tools DESCRIPTION="Linux quota tools" @@ -12,7 +12,6 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_compile() { econf || die "./configure failed" |