diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-05 13:23:07 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-05 13:23:07 +0000 |
commit | 2f9844b4b74a86b1791b15e8946c31261e53f2cf (patch) | |
tree | 0d948e8494139c55ed5be090de28453da868197e /dev-perl/extutils-parsexs | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-2f9844b4b74a86b1791b15e8946c31261e53f2cf.tar.gz gentoo-2-2f9844b4b74a86b1791b15e8946c31261e53f2cf.tar.bz2 gentoo-2-2f9844b4b74a86b1791b15e8946c31261e53f2cf.zip |
typo fix
Diffstat (limited to 'dev-perl/extutils-parsexs')
-rw-r--r-- | dev-perl/extutils-parsexs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/extutils-parsexs/ChangeLog b/dev-perl/extutils-parsexs/ChangeLog index e4afca8f6a4a..45a50fe99138 100644 --- a/dev-perl/extutils-parsexs/ChangeLog +++ b/dev-perl/extutils-parsexs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/extutils-parsexs # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.2 2004/05/30 15:55:59 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.3 2004/06/05 13:23:07 mcummings Exp $ + + 05 Jun 2004; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.02.ebuild: + Keyword fix for amd64. Sorry folks, but this is a necessary dep for + module-build, and you have that one already in your mask pile 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> extutils-parsexs-2.02.ebuild: diff --git a/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild b/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild index 2c9244e0e624..42d6287aec19 100644 --- a/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild +++ b/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild,v 1.3 2004/05/30 15:55:59 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild,v 1.4 2004/06/05 13:23:07 mcummings Exp $ inherit perl-module @@ -12,5 +12,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${MY_P}.readm SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 alpha ~hppa ~mips ~ppc ~sparc" +KEYWORDS="x86 alpha ~hppa ~mips ~ppc ~sparc ~amd64" |