diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-08-02 07:45:26 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-08-02 07:45:26 +0000 |
commit | 4e693b612606222099a614ff173b88a0c65cfefa (patch) | |
tree | 0747d1e6074f4e59b922b2745593e5aa3744d2bc /dev-perl/URI | |
parent | marked x86 per bug 418873 (diff) | |
download | historical-4e693b612606222099a614ff173b88a0c65cfefa.tar.gz historical-4e693b612606222099a614ff173b88a0c65cfefa.tar.bz2 historical-4e693b612606222099a614ff173b88a0c65cfefa.zip |
marked x86 per bug 418861
Package-Manager: portage-2.2.0_alpha120/cvs/Linux i686
Diffstat (limited to 'dev-perl/URI')
-rw-r--r-- | dev-perl/URI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.600.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index ba53c97eb787..4dce267d735f 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/URI # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.99 2012/06/24 12:58:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.100 2012/08/02 07:45:26 jdhore Exp $ + + 02 Aug 2012; Jeff Horelick <jdhore@gentoo.org> URI-1.600.0.ebuild: + marked x86 per bug 418861 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/URI/URI-1.600.0.ebuild b/dev-perl/URI/URI-1.600.0.ebuild index 86abda6bb419..c7d57584fbe0 100644 --- a/dev-perl/URI/URI-1.600.0.ebuild +++ b/dev-perl/URI/URI-1.600.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.600.0.ebuild,v 1.2 2012/05/05 23:26:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.600.0.ebuild,v 1.3 2012/08/02 07:45:26 jdhore Exp $ EAPI=4 @@ -11,7 +11,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 ~amd64-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 ~amd64-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" |