diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 11:48:48 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 11:48:48 +0000 |
commit | ed08bd6268fc7cc914068f2d39ca9ae00c1c278c (patch) | |
tree | e1c4140d0b71ec6713d07e92cee7819152b506dc | |
parent | Stable on x86, bug #169152. (diff) | |
download | gentoo-2-ed08bd6268fc7cc914068f2d39ca9ae00c1c278c.tar.gz gentoo-2-ed08bd6268fc7cc914068f2d39ca9ae00c1c278c.tar.bz2 gentoo-2-ed08bd6268fc7cc914068f2d39ca9ae00c1c278c.zip |
Stable on x86, bug #169152.
(Portage version: 2.1.2-r11)
-rw-r--r-- | dev-perl/File-MMagic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-MMagic/File-MMagic-1.27.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/File-MMagic/ChangeLog b/dev-perl/File-MMagic/ChangeLog index dcf3f552642c..022729bcbef2 100644 --- a/dev-perl/File-MMagic/ChangeLog +++ b/dev-perl/File-MMagic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-MMagic -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.48 2006/12/28 18:04:45 the_paya Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.49 2007/03/05 11:48:48 ticho Exp $ + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> File-MMagic-1.27.ebuild: + Stable on x86, bug #169152. 28 Dec 2006; Javier Villavicencio <the_paya@gentoo.org> File-MMagic-1.27.ebuild: diff --git a/dev-perl/File-MMagic/File-MMagic-1.27.ebuild b/dev-perl/File-MMagic/File-MMagic-1.27.ebuild index 2f046f2a1959..e42fd0f8d420 100644 --- a/dev-perl/File-MMagic/File-MMagic-1.27.ebuild +++ b/dev-perl/File-MMagic/File-MMagic-1.27.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/File-MMagic-1.27.ebuild,v 1.8 2006/12/28 18:04:45 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/File-MMagic-1.27.ebuild,v 1.9 2007/03/05 11:48:48 ticho Exp $ inherit perl-module @@ -11,7 +11,7 @@ SRC_TEST="do" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" |