diff options
author | Brad House <brad_mssw@gentoo.org> | 2003-12-17 05:04:55 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2003-12-17 05:04:55 +0000 |
commit | 8e7f183ef6433118af36ab2489a4692eecb8c664 (patch) | |
tree | f27a2815ab1bf613e500fb2137ad07551f7051a9 /app-crypt/hashalot | |
parent | ppc64 (diff) | |
download | historical-8e7f183ef6433118af36ab2489a4692eecb8c664.tar.gz historical-8e7f183ef6433118af36ab2489a4692eecb8c664.tar.bz2 historical-8e7f183ef6433118af36ab2489a4692eecb8c664.zip |
ppc64
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r-- | app-crypt/hashalot/hashalot-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/hashalot/hashalot-0.1.0.ebuild b/app-crypt/hashalot/hashalot-0.1.0.ebuild index 08e7fa559afd..0887fb87cf35 100644 --- a/app-crypt/hashalot/hashalot-0.1.0.ebuild +++ b/app-crypt/hashalot/hashalot-0.1.0.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/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.3 2003/12/03 21:31:26 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.4 2003/12/17 05:04:55 brad_mssw Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.stwing.org/~sluskyb/util-linux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~hppa ~ia64 ~mips ~arm ~alpha" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~hppa ~ia64 ~mips ~arm ~alpha ppc64" src_install() { einstall || die "install error" |