diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:36:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:36:20 +0000 |
commit | 85f80ee555f05685b13fa87c24737c9290862c5f (patch) | |
tree | 7f699d0af23ea45a17117e98082b37ba0b7a15a4 /app-arch/afio | |
parent | indent fix (diff) | |
download | historical-85f80ee555f05685b13fa87c24737c9290862c5f.tar.gz historical-85f80ee555f05685b13fa87c24737c9290862c5f.tar.bz2 historical-85f80ee555f05685b13fa87c24737c9290862c5f.zip |
Remove rdepend=depend
Diffstat (limited to 'app-arch/afio')
-rw-r--r-- | app-arch/afio/afio-2.4.7.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-arch/afio/afio-2.4.7.ebuild b/app-arch/afio/afio-2.4.7.ebuild index 1c5048817b88..b294edc605ae 100644 --- a/app-arch/afio/afio-2.4.7.ebuild +++ b/app-arch/afio/afio-2.4.7.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/app-arch/afio/afio-2.4.7.ebuild,v 1.11 2002/10/17 12:48:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.4.7.ebuild,v 1.12 2002/10/20 18:36:20 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption." @@ -12,7 +12,6 @@ LICENSE="Artistic LGPL-2" KEYWORDS="x86 ppc sparc sparc64" DEPEND="sys-apps/gzip" -RDEPEND="${DEPEND}" src_compile() { emake || die |