diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:12:45 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:12:45 +0000 |
commit | 0300b10d332aeb900ab3c2a26bf6a562b27aaba1 (patch) | |
tree | 53f9d3611d6535b5ee08f42215bb9848d2becb58 /dev-perl/File-MMagic | |
parent | Version bump from upstream (diff) | |
download | historical-0300b10d332aeb900ab3c2a26bf6a562b27aaba1.tar.gz historical-0300b10d332aeb900ab3c2a26bf6a562b27aaba1.tar.bz2 historical-0300b10d332aeb900ab3c2a26bf6a562b27aaba1.zip |
stable amd64
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-perl/File-MMagic')
-rw-r--r-- | dev-perl/File-MMagic/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-MMagic/File-MMagic-1.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-MMagic/ChangeLog b/dev-perl/File-MMagic/ChangeLog index a154bc20b74e..3ac9e6bb6472 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.33 2006/02/04 00:35:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.34 2006/02/06 20:12:29 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> File-MMagic-1.25.ebuild: + stable on amd64 04 Feb 2006; Aron Griffis <agriffis@gentoo.org> File-MMagic-1.25.ebuild: Mark 1.25 stable on ia64 diff --git a/dev-perl/File-MMagic/File-MMagic-1.25.ebuild b/dev-perl/File-MMagic/File-MMagic-1.25.ebuild index 0dfaae007522..9b89d082f413 100644 --- a/dev-perl/File-MMagic/File-MMagic-1.25.ebuild +++ b/dev-perl/File-MMagic/File-MMagic-1.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.25.ebuild,v 1.6 2006/02/04 00:35:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/File-MMagic-1.25.ebuild,v 1.7 2006/02/06 20:12:29 blubb Exp $ inherit perl-module @@ -11,5 +11,5 @@ SRC_TEST="do" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha ~amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" |