diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-27 04:55:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-27 04:55:47 +0000 |
commit | 9a6dfd135d57f2ae28901dcb2b5f3ecb8ff97f77 (patch) | |
tree | eaa434eff0bc9d08b7b577b5f7cfb56ad8179de6 /app-crypt/hashalot | |
parent | few more arm patches (diff) | |
download | gentoo-2-9a6dfd135d57f2ae28901dcb2b5f3ecb8ff97f77.tar.gz gentoo-2-9a6dfd135d57f2ae28901dcb2b5f3ecb8ff97f77.tar.bz2 gentoo-2-9a6dfd135d57f2ae28901dcb2b5f3ecb8ff97f77.zip |
arm KEYWORD
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r-- | app-crypt/hashalot/hashalot-0.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-crypt/hashalot/hashalot-0.2.0.ebuild b/app-crypt/hashalot/hashalot-0.2.0.ebuild index b36bf48f610c..a991cecd417a 100644 --- a/app-crypt/hashalot/hashalot-0.2.0.ebuild +++ b/app-crypt/hashalot/hashalot-0.2.0.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/app-crypt/hashalot/hashalot-0.2.0.ebuild,v 1.2 2004/03/10 15:48:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.2.0.ebuild,v 1.3 2004/04/27 04:50:49 vapier Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -8,7 +8,8 @@ SRC_URI="http://www.stwing.org/~sluskyb/util-linux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips ~alpha ~ia64" +KEYWORDS="~x86 ~sparc ~mips ~alpha arm ~ia64" +IUSE="" src_install() { einstall || die "install error" |