diff options
Diffstat (limited to 'app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild')
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild b/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild index 95ef7c600f2a..8f294caa6e9e 100644 --- a/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild +++ b/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild,v 1.1 2008/06/28 08:54:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild,v 1.2 2008/07/18 16:40:12 wolf31o2 Exp $ inherit multilib -DESCRIPTION="A parallel version of BZIP2" +DESCRIPTION="parallel bzip2 (de)compressor using libbz2" HOMEPAGE="http://compression.ca/pbzip2/" SRC_URI="http://compression.ca/${PN}/${P}.tar.gz" @@ -14,6 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="static" DEPEND="app-arch/bzip2" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |