diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2009-07-26 20:24:46 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2009-07-26 20:24:46 +0000 |
commit | e114f24042b21764d7ba16634b4daed446b7f9c4 (patch) | |
tree | 8a3478a3c360500aa2a5cf12ce73faaa90dca056 /dev-perl/URI | |
parent | version bump - ebuild submitted by James Le Cuirot via bug #279196 (diff) | |
download | gentoo-2-e114f24042b21764d7ba16634b4daed446b7f9c4.tar.gz gentoo-2-e114f24042b21764d7ba16634b4daed446b7f9c4.tar.bz2 gentoo-2-e114f24042b21764d7ba16634b4daed446b7f9c4.zip |
Stable on amd64, bug 278039.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/URI')
-rw-r--r-- | dev-perl/URI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.38.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index a85cbd406da5..b5534e9ec82f 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/URI # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.65 2009/07/19 18:14:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.66 2009/07/26 20:24:46 cryos Exp $ + + 26 Jul 2009; Marcus D. Hanwell <cryos@gentoo.org> URI-1.38.ebuild: + Stable on amd64, bug 278039. 19 Jul 2009; nixnut <nixnut@gentoo.org> URI-1.38.ebuild: ppc stable #278039 diff --git a/dev-perl/URI/URI-1.38.ebuild b/dev-perl/URI/URI-1.38.ebuild index 3c6cd55159d7..be908074fbda 100644 --- a/dev-perl/URI/URI-1.38.ebuild +++ b/dev-perl/URI/URI-1.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.38.ebuild,v 1.6 2009/07/19 18:14:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.38.ebuild,v 1.7 2009/07/26 20:24:46 cryos Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A URI Perl Module" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="virtual/perl-MIME-Base64" |