diff options
author | 2003-04-04 01:21:25 +0000 | |
---|---|---|
committer | 2003-04-04 01:21:25 +0000 | |
commit | 24303e655aa34e2400d25918a7311cc7497c15fe (patch) | |
tree | 1a57dae26016ceffe0bd1f5081cc7eff6815036f /dev-perl/URI | |
parent | add arm keyword (diff) | |
download | historical-24303e655aa34e2400d25918a7311cc7497c15fe.tar.gz historical-24303e655aa34e2400d25918a7311cc7497c15fe.tar.bz2 historical-24303e655aa34e2400d25918a7311cc7497c15fe.zip |
add arm keyword
Diffstat (limited to 'dev-perl/URI')
-rw-r--r-- | dev-perl/URI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index eae1d2db24a1..c86d29a4b834 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-perl/URI # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.11 2003/03/25 04:45:33 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.12 2003/04/04 01:21:25 zwelch Exp $ *URI-1.23 (24 Mar 2003) + 03 Apr 2003; Zach Welch <zwelch@gentoo.org> URI-1.23.ebuild: + add arm keyword + 24 Mar 2003; <rac@gentoo.org> URI-1.23.ebuild: Upstream version bump, thanks to Mike Javorski <mike_javorski@bigfoot.com>, closes bug #18125. diff --git a/dev-perl/URI/URI-1.23.ebuild b/dev-perl/URI/URI-1.23.ebuild index 588e7ad73298..ba032be3b013 100644 --- a/dev-perl/URI/URI-1.23.ebuild +++ b/dev-perl/URI/URI-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.23.ebuild,v 1.1 2003/03/25 04:45:33 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.23.ebuild,v 1.2 2003/04/04 01:21:25 zwelch Exp $ inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_ SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 ppc sparc alpha hppa" +KEYWORDS="x86 ppc sparc alpha hppa arm" DEPEND="${DEPEND} dev-perl/MIME-Base64" |