diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-02-18 20:32:37 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-02-18 20:32:37 +0000 |
commit | e043c70f4e88d73e4b0da30cfe3cad94bd3d4a5e (patch) | |
tree | baebe3267d854f1b8ca5cf37c536ee90cf9f2775 /dev-perl/IO-Multiplex | |
parent | Version bump, bug #305715, thank Dani Soufi for report. Drop old. (diff) | |
download | historical-e043c70f4e88d73e4b0da30cfe3cad94bd3d4a5e.tar.gz historical-e043c70f4e88d73e4b0da30cfe3cad94bd3d4a5e.tar.bz2 historical-e043c70f4e88d73e4b0da30cfe3cad94bd3d4a5e.zip |
Add ~arm kw for bug 305631
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/IO-Multiplex')
-rw-r--r-- | dev-perl/IO-Multiplex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog index bde5ab1eacd8..49991cb8cafd 100644 --- a/dev-perl/IO-Multiplex/ChangeLog +++ b/dev-perl/IO-Multiplex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IO-Multiplex -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.26 2008/09/16 11:07:28 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.27 2010/02/18 20:31:19 darkside Exp $ + + 18 Feb 2010; Jeremy Olexa <darkside@gentoo.org> IO-Multiplex-1.10.ebuild: + Add ~arm kw for bug 305631 *IO-Multiplex-1.10 (16 Sep 2008) diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild index cf83a7aa6112..e5d8f6471902 100644 --- a/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild,v 1.1 2008/09/16 11:07:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild,v 1.2 2010/02/18 20:31:19 darkside Exp $ MODULE_AUTHOR=BBB inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Manage IO on many file handles " LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |