diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-05 13:18:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-05 13:18:53 +0000 |
commit | 972dc33b6580ed51c07f419906597770c587e0f1 (patch) | |
tree | 51e498df116e402ecc29c097acf8e4231d9b0842 /dev-perl | |
parent | Stable on amd64 wrt bug #341865 (diff) | |
download | gentoo-2-972dc33b6580ed51c07f419906597770c587e0f1.tar.gz gentoo-2-972dc33b6580ed51c07f419906597770c587e0f1.tar.bz2 gentoo-2-972dc33b6580ed51c07f419906597770c587e0f1.zip |
Stable on amd64 wrt bug #341865
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/URI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.55.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index 23c9c1beb687..66f87022c493 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/URI # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.80 2010/11/05 11:21:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.81 2010/11/05 13:18:53 hwoarang Exp $ + + 05 Nov 2010; Markos Chandras <hwoarang@gentoo.org> URI-1.55.ebuild: + Stable on amd64 wrt bug #341865 05 Nov 2010; Markus Meier <maekke@gentoo.org> URI-1.55.ebuild: arm stable, bug #341865 diff --git a/dev-perl/URI/URI-1.55.ebuild b/dev-perl/URI/URI-1.55.ebuild index b90c2d91db53..fc255302c81e 100644 --- a/dev-perl/URI/URI-1.55.ebuild +++ b/dev-perl/URI/URI-1.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.55.ebuild,v 1.4 2010/11/05 11:21:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.55.ebuild,v 1.5 2010/11/05 13:18:53 hwoarang 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 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="virtual/perl-MIME-Base64" |