diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IPC-Run3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IPC-Run3/IPC-Run3-0.044.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IPC-Run3/ChangeLog b/dev-perl/IPC-Run3/ChangeLog index c59ffbfd5dc9..d08ca9446b73 100644 --- a/dev-perl/IPC-Run3/ChangeLog +++ b/dev-perl/IPC-Run3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IPC-Run3 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.45 2010/08/23 08:03:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.46 2010/12/07 04:57:05 mattst88 Exp $ + + 07 Dec 2010; Matt Turner <mattst88@gentoo.org> IPC-Run3-0.044.ebuild: + Added ~mips, bug 285343. *IPC-Run3-0.044 (23 Aug 2010) diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.044.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.044.ebuild index d74d77a69d4a..1a99e18f18db 100644 --- a/dev-perl/IPC-Run3/IPC-Run3-0.044.ebuild +++ b/dev-perl/IPC-Run3/IPC-Run3-0.044.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/IPC-Run3/IPC-Run3-0.044.ebuild,v 1.1 2010/08/23 08:03:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.044.ebuild,v 1.2 2010/12/07 04:57:05 mattst88 Exp $ EAPI=3 @@ -11,7 +11,7 @@ DESCRIPTION="Run a subprocess in batch mode (a la system)" SLOT="0" LICENSE="as-is" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" IUSE="test" SRC_TEST="do" |