diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-07-17 13:30:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-07-17 13:30:29 +0000 |
commit | 6690def01071e1e7c731c4d215a72ec4038c2516 (patch) | |
tree | a0b81ec80ad42877277f891dcd01ef1356e9bd48 /dev-perl | |
parent | fix installation of srfi's: bug 273772 (diff) | |
download | gentoo-2-6690def01071e1e7c731c4d215a72ec4038c2516.tar.gz gentoo-2-6690def01071e1e7c731c4d215a72ec4038c2516.tar.bz2 gentoo-2-6690def01071e1e7c731c4d215a72ec4038c2516.zip |
Stable for HPPA (bug #278039).
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-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 d041b8269657..9ea7991657a3 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.62 2009/07/16 18:50:23 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.63 2009/07/17 13:30:29 jer Exp $ + + 17 Jul 2009; Jeroen Roovers <jer@gentoo.org> URI-1.38.ebuild: + Stable for HPPA (bug #278039). 16 Jul 2009; Christian Faulhammer <fauli@gentoo.org> URI-1.38.ebuild: stable x86, bug 278039 diff --git a/dev-perl/URI/URI-1.38.ebuild b/dev-perl/URI/URI-1.38.ebuild index c00f66f61628..aa37a090e9a9 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.3 2009/07/16 18:50:23 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.38.ebuild,v 1.4 2009/07/17 13:30:29 jer 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 x86 ~sparc-fbsd ~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" |