diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-18 15:12:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-18 15:12:23 +0000 |
commit | e4966bbcf2ac58a4645a9edc29de9f5c6b57d432 (patch) | |
tree | 5296e0eb6bb63dbaeceef2e2639cbdb7620ac2e3 /dev-perl/File-chdir | |
parent | New virtuals: Compress-Zlib module-build (diff) | |
download | historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.tar.gz historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.tar.bz2 historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.zip |
New virtuals: module-build
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/File-chdir')
-rw-r--r-- | dev-perl/File-chdir/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.1002.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog index 8acea357eee1..43160fe8aa27 100644 --- a/dev-perl/File-chdir/ChangeLog +++ b/dev-perl/File-chdir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-chdir # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.17 2008/07/15 19:22:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.18 2008/11/18 15:00:16 tove Exp $ + + 18 Nov 2008; Torsten Veller <tove@gentoo.org> File-chdir-0.1002.ebuild: + New virtuals: module-build 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> File-chdir-0.1002.ebuild: ia64/sparc/x86 stable diff --git a/dev-perl/File-chdir/File-chdir-0.1002.ebuild b/dev-perl/File-chdir/File-chdir-0.1002.ebuild index 49ec2f7caa60..e9c34fa0c90e 100644 --- a/dev-perl/File-chdir/File-chdir-0.1002.ebuild +++ b/dev-perl/File-chdir/File-chdir-0.1002.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.1002.ebuild,v 1.3 2008/07/15 19:22:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.1002.ebuild,v 1.4 2008/11/18 15:00:16 tove Exp $ inherit perl-module @@ -18,4 +18,4 @@ SRC_TEST="do" RDEPEND=">=virtual/perl-File-Spec-3.27 dev-lang/perl" DEPEND="${RDEPEND} - dev-perl/module-build" + virtual/perl-Module-Build" |