summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-31 04:54:28 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-31 04:54:28 +0000
commit46150c471e468a5eaa69b014b8626e0b094aa003 (patch)
tree018c49d6f6eed9c6df5b09954b4696e53203ae25
parentsash command line will segv/core with -c Ax12000bytes (Manifest recommit) (diff)
downloadgentoo-2-46150c471e468a5eaa69b014b8626e0b094aa003.tar.gz
gentoo-2-46150c471e468a5eaa69b014b8626e0b094aa003.tar.bz2
gentoo-2-46150c471e468a5eaa69b014b8626e0b094aa003.zip
fix sed DEPEND #44817
-rw-r--r--app-arch/par/par-1.1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-arch/par/par-1.1.ebuild b/app-arch/par/par-1.1.ebuild
index 73690eb41695..b3cd91157f0c 100644
--- a/app-arch/par/par-1.1.ebuild
+++ b/app-arch/par/par-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/par/par-1.1.ebuild,v 1.20 2004/10/11 16:10:08 kito Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/par/par-1.1.ebuild,v 1.21 2004/10/31 04:54:28 vapier Exp $
DESCRIPTION="Parchive archive fixing tool"
HOMEPAGE="http://parchive.sourceforge.net/"
@@ -11,7 +11,8 @@ SLOT="0"
KEYWORDS="x86 ppc sparc amd64 ~ppc-macos"
IUSE=""
-DEPEND="virtual/libc
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}
>=sys-apps/sed-4"
S=${WORKDIR}/par-cmdline
@@ -29,4 +30,4 @@ src_compile() {
src_install() {
dobin par || die
dodoc AUTHORS NEWS README rs.doc
-} \ No newline at end of file
+}