diff options
author | 2005-05-06 01:10:32 +0000 | |
---|---|---|
committer | 2005-05-06 01:10:32 +0000 | |
commit | ce280acc825716555572ad6c083f168f3dda97b8 (patch) | |
tree | 2f5adbcab13c3cb71dcb21af7bc56c18382f6f02 /dev-perl/WWW-Bugzilla | |
parent | Removed * postfix from <, <=, >= and > dependencies. (diff) | |
download | gentoo-2-ce280acc825716555572ad6c083f168f3dda97b8.tar.gz gentoo-2-ce280acc825716555572ad6c083f168f3dda97b8.tar.bz2 gentoo-2-ce280acc825716555572ad6c083f168f3dda97b8.zip |
Removed * postfix from <, <=, >= and > dependencies.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r-- | dev-perl/WWW-Bugzilla/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 691cf8ff4271..00e0f2f614a8 100644 --- a/dev-perl/WWW-Bugzilla/ChangeLog +++ b/dev-perl/WWW-Bugzilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Bugzilla # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.7 2005/04/29 15:48:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.8 2005/05/06 01:06:59 swegener Exp $ + + 06 May 2005; Sven Wegener <swegener@gentoo.org> WWW-Bugzilla-0.4.ebuild: + Removed * postfix from <, <=, >= and > dependencies. 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> WWW-Bugzilla-0.2.ebuild, WWW-Bugzilla-0.4.ebuild: diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild index 7d56509b5f54..e2d76f2c171d 100644 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.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/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild,v 1.6 2005/04/29 15:48:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild,v 1.7 2005/05/06 01:06:59 swegener Exp $ inherit perl-module @@ -15,6 +15,6 @@ KEYWORDS="~x86 ~sparc ~amd64 ~ppc" IUSE="" RDEPEND="dev-perl/WWW-Mechanize - <dev-perl/Class-MethodMaker-2*" + <dev-perl/Class-MethodMaker-2" DEPEND="${RDEPEND}" |