diff options
author | 2014-01-05 01:18:57 +0000 | |
---|---|---|
committer | 2014-01-05 01:18:57 +0000 | |
commit | 1b73b9bec0667e39cb2dcd413f06d567de99ed14 (patch) | |
tree | 0402eabe4b7686fef4c41e84407a322df9d33118 /dev-perl | |
parent | Add ~mips (diff) | |
download | gentoo-2-1b73b9bec0667e39cb2dcd413f06d567de99ed14.tar.gz gentoo-2-1b73b9bec0667e39cb2dcd413f06d567de99ed14.tar.bz2 gentoo-2-1b73b9bec0667e39cb2dcd413f06d567de99ed14.zip |
Add ~mips
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Requires/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Test-Requires/ChangeLog b/dev-perl/Test-Requires/ChangeLog index 0cd85a8e9a2d..ac4c160f6d9f 100644 --- a/dev-perl/Test-Requires/ChangeLog +++ b/dev-perl/Test-Requires/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Requires -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Requires/ChangeLog,v 1.25 2013/07/08 09:42:53 vincent Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Requires/ChangeLog,v 1.26 2014/01/05 01:18:57 hwoarang Exp $ + + 05 Jan 2014; Markos Chandras <hwoarang@gentoo.org> + Test-Requires-0.60.0.ebuild: + Add ~mips 08 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> Test-Requires-0.60.0.ebuild: diff --git a/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild b/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild index abe918d94216..89510395b2ff 100644 --- a/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild +++ b/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild,v 1.15 2013/07/08 09:42:53 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Requires/Test-Requires-0.60.0.ebuild,v 1.16 2014/01/05 01:18:57 hwoarang Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Checks to see if the module can be loaded" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=">=virtual/perl-Test-Simple-0.61" |