diff options
author | 2011-08-02 06:08:27 +0000 | |
---|---|---|
committer | 2011-08-02 06:08:27 +0000 | |
commit | 72bb10cc46b82b3ba8062399917bb1c5842858f8 (patch) | |
tree | c17025c998ee09900fab93f4aa329a686299f158 /dev-perl | |
parent | Added ~mips (diff) | |
download | gentoo-2-72bb10cc46b82b3ba8062399917bb1c5842858f8.tar.gz gentoo-2-72bb10cc46b82b3ba8062399917bb1c5842858f8.tar.bz2 gentoo-2-72bb10cc46b82b3ba8062399917bb1c5842858f8.zip |
Added ~mips, bug 285343.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Probe-Perl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Probe-Perl/ChangeLog b/dev-perl/Probe-Perl/ChangeLog index fc84c362a339..758cb07fc16b 100644 --- a/dev-perl/Probe-Perl/ChangeLog +++ b/dev-perl/Probe-Perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Probe-Perl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v 1.10 2011/07/07 05:40:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v 1.11 2011/08/02 06:08:27 mattst88 Exp $ + + 02 Aug 2011; Matt Turner <mattst88@gentoo.org> Probe-Perl-0.01.ebuild: + Added ~mips, bug 285343. 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> Probe-Perl-0.01.ebuild: keyword ~x86-fbsd diff --git a/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild b/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild index cc1fd3f696f0..0cdcedd76d95 100644 --- a/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild +++ b/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild,v 1.10 2011/07/07 05:40:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild,v 1.11 2011/08/02 06:08:27 mattst88 Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Information about the currently running perl" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="" |