diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-04 11:38:54 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-04 11:38:54 +0000 |
commit | 064a7e37e93d83ec0073f49b986c2dd0bd3660e8 (patch) | |
tree | 99a865dcd11bb6d28723408fd941e0acad9b83bc /dev-perl/Inline/Inline-0.44-r1.ebuild | |
parent | Fixed RDEPEND wrt bug #134781; fixed DEPEND (diff) | |
download | historical-064a7e37e93d83ec0073f49b986c2dd0bd3660e8.tar.gz historical-064a7e37e93d83ec0073f49b986c2dd0bd3660e8.tar.bz2 historical-064a7e37e93d83ec0073f49b986c2dd0bd3660e8.zip |
Fixed RDEPEND wrt bug #134781; fixed header
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/Inline/Inline-0.44-r1.ebuild')
-rw-r--r-- | dev-perl/Inline/Inline-0.44-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Inline/Inline-0.44-r1.ebuild b/dev-perl/Inline/Inline-0.44-r1.ebuild index 8876da921892..b5fc170f051b 100644 --- a/dev-perl/Inline/Inline-0.44-r1.ebuild +++ b/dev-perl/Inline/Inline-0.44-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.19 2005/11/17 13:57:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.20 2006/07/04 11:35:43 ian Exp $ inherit perl-module eutils @@ -17,6 +17,7 @@ DEPEND="perl-core/Digest-MD5 perl-core/File-Spec dev-perl/Parse-RecDescent perl-core/Test-Harness" +RDEPEND="${DEPEND}" src_unpack() { unpack ${P}.tar.gz |