diff options
author | Tom Gall <tgall@gentoo.org> | 2007-07-08 03:10:05 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-07-08 03:10:05 +0000 |
commit | ffac5316e9902f1adda61c8f1ebcd4a851d9b7a9 (patch) | |
tree | 759da46f159ca0abc890370c912f1da814307a6e /dev-perl/IO-Multiplex | |
parent | Stable on ppc; bug #184559. (diff) | |
download | historical-ffac5316e9902f1adda61c8f1ebcd4a851d9b7a9.tar.gz historical-ffac5316e9902f1adda61c8f1ebcd4a851d9b7a9.tar.bz2 historical-ffac5316e9902f1adda61c8f1ebcd4a851d9b7a9.zip |
stable on ppc64
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-perl/IO-Multiplex')
-rw-r--r-- | dev-perl/IO-Multiplex/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog index 2af1b586ef55..5681cb4b2a5b 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.20 2007/06/30 01:17:57 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.21 2007/07/08 02:34:41 tgall Exp $ + + 07 Jul 2007; Tom Gall <tgall@gentoo.org> IO-Multiplex-1.09.ebuild: + stable on ppc64 30 Jun 2007; Joshua Kinard <kumba@gentoo.org> IO-Multiplex-1.09.ebuild: Marked unstable on mips, per #183592. diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild index 890e302c2cb8..9e1530921f0f 100644 --- a/dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.09.ebuild,v 1.3 2007/06/30 01:17:57 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild,v 1.4 2007/07/08 02:34:41 tgall Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/B/BB/BBB/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |