diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-07-18 01:11:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-07-18 01:11:38 +0000 |
commit | 29d08b18dad4aeb15aea6a812274ec0c0e680afd (patch) | |
tree | c6b3cf6115994c705cdf52c90bc4493673cd8237 /dev-perl/Text-Glob | |
parent | Forcing mb version (diff) | |
download | gentoo-2-29d08b18dad4aeb15aea6a812274ec0c0e680afd.tar.gz gentoo-2-29d08b18dad4aeb15aea6a812274ec0c0e680afd.tar.bz2 gentoo-2-29d08b18dad4aeb15aea6a812274ec0c0e680afd.zip |
Forcing mb version
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'dev-perl/Text-Glob')
-rw-r--r-- | dev-perl/Text-Glob/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.06.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-Glob/ChangeLog b/dev-perl/Text-Glob/ChangeLog index 4f2b8ceab2df..e27c53967830 100644 --- a/dev-perl/Text-Glob/ChangeLog +++ b/dev-perl/Text-Glob/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Glob # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.17 2006/07/16 08:24:32 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.18 2006/07/18 01:11:38 mcummings Exp $ + + 18 Jul 2006; Michael Cummings <mcummings@gentoo.org> + Text-Glob-0.06.ebuild: + Forcing mb version *Text-Glob-0.07 (16 Jul 2006) diff --git a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild index 90e873f202ab..6761f0de8274 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.14 2006/01/27 20:24:16 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.15 2006/07/18 01:11:38 mcummings Exp $ inherit perl-module @@ -14,4 +14,4 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" -DEPEND="dev-perl/module-build" +DEPEND=">=dev-perl/module-build-0.28" |