diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-05-31 21:14:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-05-31 21:14:29 +0000 |
commit | f488f5d0c9cfd0677cce1408e7a7db122910b63b (patch) | |
tree | 6c1cd9b183071f7a8f2fede12a8ecf6df00ec18b /dev-perl/MLDBM/MLDBM-2.01.ebuild | |
parent | New version on CPAN (diff) | |
download | gentoo-2-f488f5d0c9cfd0677cce1408e7a7db122910b63b.tar.gz gentoo-2-f488f5d0c9cfd0677cce1408e7a7db122910b63b.tar.bz2 gentoo-2-f488f5d0c9cfd0677cce1408e7a7db122910b63b.zip |
forgot an ~ on the keywords
Diffstat (limited to 'dev-perl/MLDBM/MLDBM-2.01.ebuild')
-rw-r--r-- | dev-perl/MLDBM/MLDBM-2.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/MLDBM/MLDBM-2.01.ebuild b/dev-perl/MLDBM/MLDBM-2.01.ebuild index 136eb81ce6d5..cab3647af886 100644 --- a/dev-perl/MLDBM/MLDBM-2.01.ebuild +++ b/dev-perl/MLDBM/MLDBM-2.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/MLDBM-2.01.ebuild,v 1.1 2003/05/31 21:13:18 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/MLDBM-2.01.ebuild,v 1.2 2003/05/31 21:14:25 mcummings Exp $ inherit perl-module @@ -11,4 +11,4 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-authors/id/GSAR/${P}.readme" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" |