diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-27 04:50:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-27 04:50:49 +0000 |
commit | 6c571a5cb15f071d2a20adb1d87046f087a11246 (patch) | |
tree | 21162dca977f203c4f4f8f1f03682c64c378c0f4 /app-crypt/hashalot | |
parent | few more arm patches (diff) | |
download | historical-6c571a5cb15f071d2a20adb1d87046f087a11246.tar.gz historical-6c571a5cb15f071d2a20adb1d87046f087a11246.tar.bz2 historical-6c571a5cb15f071d2a20adb1d87046f087a11246.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" |