diff options
author | 2014-03-04 20:11:17 +0000 | |
---|---|---|
committer | 2014-03-04 20:11:17 +0000 | |
commit | c4689743510a5d293d199277d7570c641e9f6620 (patch) | |
tree | 176a7db46d6489bf712c99b82f7f1706babd1aef /dev-perl/extutils-depends | |
parent | Stable for x86, wrt bug #502858 (diff) | |
download | gentoo-2-c4689743510a5d293d199277d7570c641e9f6620.tar.gz gentoo-2-c4689743510a5d293d199277d7570c641e9f6620.tar.bz2 gentoo-2-c4689743510a5d293d199277d7570c641e9f6620.zip |
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'dev-perl/extutils-depends')
-rw-r--r-- | dev-perl/extutils-depends/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/extutils-depends/ChangeLog b/dev-perl/extutils-depends/ChangeLog index 48da4576de5f..d3e016cfdca1 100644 --- a/dev-perl/extutils-depends/ChangeLog +++ b/dev-perl/extutils-depends/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/extutils-depends # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v 1.72 2014/03/02 10:39:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v 1.73 2014/03/04 20:11:17 vincent Exp $ + + 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> + extutils-depends-0.305.0.ebuild: + Add ~mips keyword. 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> extutils-depends-0.305.0.ebuild: amd64 stable, bug #495538 diff --git a/dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild b/dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild index b703781d3c44..f1a9ff63fb9d 100644 --- a/dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild +++ b/dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild,v 1.6 2014/03/02 10:39:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild,v 1.7 2014/03/04 20:11:17 vincent Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Easily build XS extensions that depend on XS extensions" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" SRC_TEST="do parallel" |