diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:40:37 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:40:37 +0000 |
commit | f507e705d20d4c505b5c898616857c1e39c8c30f (patch) | |
tree | b06b1fe640213032f5fbbfd3360f71274231fe4a /app-crypt/hashalot | |
parent | adding initial s390 support (diff) | |
download | historical-f507e705d20d4c505b5c898616857c1e39c8c30f.tar.gz historical-f507e705d20d4c505b5c898616857c1e39c8c30f.tar.bz2 historical-f507e705d20d4c505b5c898616857c1e39c8c30f.zip |
adding initial s390 support
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 8e56c11b82f0..0d40aa10de65 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-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.1.0.ebuild,v 1.9 2004/02/22 18:12:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.10 2004/03/02 16:40:37 iggy 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 ~alpha ppc64" +KEYWORDS="x86 ~amd64 ppc sparc hppa ~ia64 ~mips ~alpha ppc64 s390" src_install() { einstall || die "install error" |