diff options
author | Matt Turner <mattst88@gentoo.org> | 2010-12-07 04:45:47 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2010-12-07 04:45:47 +0000 |
commit | bd030fc44cdb7615eb879f131bdc6bad7757972f (patch) | |
tree | 45ac05df8ff3c5b7297c87a2a4b60922dcde9f52 /dev-perl | |
parent | Added ~mips, bug 261707. (diff) | |
download | gentoo-2-bd030fc44cdb7615eb879f131bdc6bad7757972f.tar.gz gentoo-2-bd030fc44cdb7615eb879f131bdc6bad7757972f.tar.bz2 gentoo-2-bd030fc44cdb7615eb879f131bdc6bad7757972f.zip |
Added ~mips, bug 261707.
(Portage version: 2.1.9.24/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Deep/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Deep/Test-Deep-0.108.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Deep/ChangeLog b/dev-perl/Test-Deep/ChangeLog index 1d668dd391e5..b9681d8386b6 100644 --- a/dev-perl/Test-Deep/ChangeLog +++ b/dev-perl/Test-Deep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Deep # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Deep/ChangeLog,v 1.41 2010/10/20 16:21:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Deep/ChangeLog,v 1.42 2010/12/07 04:45:47 mattst88 Exp $ + + 07 Dec 2010; Matt Turner <mattst88@gentoo.org> Test-Deep-0.108.ebuild: + Added ~mips, bug 261707. *Test-Deep-0.108 (20 Oct 2010) diff --git a/dev-perl/Test-Deep/Test-Deep-0.108.ebuild b/dev-perl/Test-Deep/Test-Deep-0.108.ebuild index f1d11a50279b..bc3ab612e850 100644 --- a/dev-perl/Test-Deep/Test-Deep-0.108.ebuild +++ b/dev-perl/Test-Deep/Test-Deep-0.108.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/Test-Deep/Test-Deep-0.108.ebuild,v 1.1 2010/10/20 16:21:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Deep/Test-Deep-0.108.ebuild,v 1.2 2010/12/07 04:45:47 mattst88 Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Test::Deep - Extremely flexible deep comparison" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" DEPEND=" |