diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-16 15:53:53 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-16 15:53:53 +0000 |
commit | 870b05c7e843808fd37acf41ae0f1591d3a3b622 (patch) | |
tree | 8c80992f5d0ea93153e812c3f17465c7e429cb43 /dev-perl/extutils-parsexs | |
parent | Version bumped. (diff) | |
download | gentoo-2-870b05c7e843808fd37acf41ae0f1591d3a3b622.tar.gz gentoo-2-870b05c7e843808fd37acf41ae0f1591d3a3b622.tar.bz2 gentoo-2-870b05c7e843808fd37acf41ae0f1591d3a3b622.zip |
module-build dep
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/extutils-parsexs')
-rw-r--r-- | dev-perl/extutils-parsexs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/extutils-parsexs/ChangeLog b/dev-perl/extutils-parsexs/ChangeLog index bbbcca3130f9..47b17ca10be5 100644 --- a/dev-perl/extutils-parsexs/ChangeLog +++ b/dev-perl/extutils-parsexs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/extutils-parsexs # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.13 2005/03/12 10:53:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.14 2005/03/16 15:53:53 mcummings Exp $ + + 16 Mar 2005; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.08.ebuild: + module-build dep 12 Mar 2005; Markus Rothe <corsair@gentoo.org> extutils-parsexs-2.08.ebuild: Stable on ppc64 diff --git a/dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild b/dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild index 1848349b5bbd..dde9d1dc46d6 100644 --- a/dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild +++ b/dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild,v 1.11 2005/03/12 10:53:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild,v 1.12 2005/03/16 15:53:53 mcummings Exp $ inherit perl-module @@ -15,6 +15,7 @@ SLOT="0" KEYWORDS="alpha ~amd64 hppa mips ppc sparc x86 ppc64" IUSE="" -DEPEND="dev-perl/ExtUtils-CBuilder" +DEPEND="dev-perl/ExtUtils-CBuilder + dev-perl/module-build" SRC_TEST="do" |