diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-18 19:49:43 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-18 19:49:43 +0000 |
commit | 2f0cbddcd01dfc58e4331bef075399e64315894a (patch) | |
tree | 8df6d56ff7f729850f7540e3bb448cec33fccb77 /dev-perl/IO-Multiplex | |
parent | x86 stable wrt bug #393741 (diff) | |
download | gentoo-2-2f0cbddcd01dfc58e4331bef075399e64315894a.tar.gz gentoo-2-2f0cbddcd01dfc58e4331bef075399e64315894a.tar.bz2 gentoo-2-2f0cbddcd01dfc58e4331bef075399e64315894a.zip |
x86 stable wrt bug #393743
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-perl/IO-Multiplex')
-rw-r--r-- | dev-perl/IO-Multiplex/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.130.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog index e31d835c2da2..092c898a3d58 100644 --- a/dev-perl/IO-Multiplex/ChangeLog +++ b/dev-perl/IO-Multiplex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IO-Multiplex # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.33 2011/12/18 11:31:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.34 2011/12/18 19:49:43 phajdan.jr Exp $ + + 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + IO-Multiplex-1.130.0.ebuild: + x86 stable wrt bug #393743 18 Dec 2011; Agostino Sarubbo <ago@gentoo.org> IO-Multiplex-1.130.0.ebuild: Stable for AMD64, wrt bug #393743 diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.130.0.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.130.0.ebuild index 74d5dbe03146..ddfcba9c8a11 100644 --- a/dev-perl/IO-Multiplex/IO-Multiplex-1.130.0.ebuild +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.130.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/IO-Multiplex/IO-Multiplex-1.130.0.ebuild,v 1.2 2011/12/18 11:31:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.130.0.ebuild,v 1.3 2011/12/18 19:49:43 phajdan.jr Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Manage IO on many file handles " SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~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" |