summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-10-11 20:54:46 +0000
committerMatt Turner <mattst88@gentoo.org>2011-10-11 20:54:46 +0000
commitce3758327170fce244888172bcb6fa0e1a352e63 (patch)
tree3eb947d8e6024cc82aa646a9422d199c9006b795 /dev-perl/Inline
parentEnable USE=perl by default thanks to Talamona Francesco (bug #386827). Descri... (diff)
downloadgentoo-2-ce3758327170fce244888172bcb6fa0e1a352e63.tar.gz
gentoo-2-ce3758327170fce244888172bcb6fa0e1a352e63.tar.bz2
gentoo-2-ce3758327170fce244888172bcb6fa0e1a352e63.zip
Added ~mips, bug 384677
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Inline')
-rw-r--r--dev-perl/Inline/ChangeLog5
-rw-r--r--dev-perl/Inline/Inline-0.480.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog
index 65b88d303c68..54c6daa7aeaf 100644
--- a/dev-perl/Inline/ChangeLog
+++ b/dev-perl/Inline/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Inline
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.44 2011/10/10 10:42:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.45 2011/10/11 20:54:46 mattst88 Exp $
+
+ 11 Oct 2011; Matt Turner <mattst88@gentoo.org> Inline-0.480.0.ebuild:
+ Added ~mips, bug 384677
10 Oct 2011; Jeroen Roovers <jer@gentoo.org> Inline-0.480.0.ebuild:
Marked ~hppa (bug #384677).
diff --git a/dev-perl/Inline/Inline-0.480.0.ebuild b/dev-perl/Inline/Inline-0.480.0.ebuild
index 2653b06cf29d..428aead37612 100644
--- a/dev-perl/Inline/Inline-0.480.0.ebuild
+++ b/dev-perl/Inline/Inline-0.480.0.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/Inline/Inline-0.480.0.ebuild,v 1.3 2011/10/10 10:42:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.480.0.ebuild,v 1.4 2011/10/11 20:54:46 mattst88 Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Write Perl subroutines in other languages"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
IUSE="test"
RDEPEND="virtual/perl-Digest-MD5