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
commit9096e8a355151c5a24c4aa3d226161be99099be1 (patch)
treeea514964df368e8c0a0bb76abae85b2e13b71792 /app-arch/par
parentsash command line will segv/core with -c Ax12000bytes (diff)
downloadhistorical-9096e8a355151c5a24c4aa3d226161be99099be1.tar.gz
historical-9096e8a355151c5a24c4aa3d226161be99099be1.tar.bz2
historical-9096e8a355151c5a24c4aa3d226161be99099be1.zip
fix sed DEPEND #44817
Diffstat (limited to 'app-arch/par')
-rw-r--r--app-arch/par/Manifest12
-rw-r--r--app-arch/par/par-1.1.ebuild7
2 files changed, 15 insertions, 4 deletions
diff --git a/app-arch/par/Manifest b/app-arch/par/Manifest
index 4721d3bbcfbd..b41be3ab2dcf 100644
--- a/app-arch/par/Manifest
+++ b/app-arch/par/Manifest
@@ -1,3 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 df959ed7dd7e7c6a9b87f3d17c68a48a ChangeLog 1013
-MD5 b9a1817af55376b75f1025c9548bd480 par-1.1.ebuild 709
+MD5 fc28e0e354509021d0b0f702960f7071 par-1.1.ebuild 733
MD5 9373343eb9ba09a04f7a15781438de31 files/digest-par-1.1 59
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBhHAlHTu7gpaalycRAiIPAJwI8h2JYTgc+Kpfkqc7LPgt2M2KmgCfUyVY
+JWhy9SHl+3nuZxNDAjdf6IE=
+=j56+
+-----END PGP SIGNATURE-----
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
+}