diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 04:54:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 04:54:28 +0000 |
commit | 9096e8a355151c5a24c4aa3d226161be99099be1 (patch) | |
tree | ea514964df368e8c0a0bb76abae85b2e13b71792 /app-arch/par/par-1.1.ebuild | |
parent | sash command line will segv/core with -c Ax12000bytes (diff) | |
download | historical-9096e8a355151c5a24c4aa3d226161be99099be1.tar.gz historical-9096e8a355151c5a24c4aa3d226161be99099be1.tar.bz2 historical-9096e8a355151c5a24c4aa3d226161be99099be1.zip |
fix sed DEPEND #44817
Diffstat (limited to 'app-arch/par/par-1.1.ebuild')
-rw-r--r-- | app-arch/par/par-1.1.ebuild | 7 |
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 +} |