diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-04 11:35:43 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-04 11:35:43 +0000 |
commit | ffcbf49c2874703d276150602fe53e17b6b659a5 (patch) | |
tree | 25722536bd7c7429e4253d4ed8d606ab620e1035 /dev-perl/Inline | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | gentoo-2-ffcbf49c2874703d276150602fe53e17b6b659a5.tar.gz gentoo-2-ffcbf49c2874703d276150602fe53e17b6b659a5.tar.bz2 gentoo-2-ffcbf49c2874703d276150602fe53e17b6b659a5.zip |
Fixed RDEPEND wrt bug #134781; fixed header
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Inline')
-rw-r--r-- | dev-perl/Inline/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.44-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog index 8e366dad6441..105ef036487d 100644 --- a/dev-perl/Inline/ChangeLog +++ b/dev-perl/Inline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Inline -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.26 2005/11/17 13:57:43 mcummings Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.27 2006/07/04 11:35:43 ian Exp $ + + 04 Jul 2006; Christian Hartmann <ian@gentoo.org> Inline-0.44-r1.ebuild: + Fixed RDEPEND wrt bug #134781; fixed header 17 Nov 2005; <mcumming@gentoo.org> Inline-0.44-r1.ebuild: Bug 106560, changing use flag from gtk2 to gtk 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 |