diff options
author | Brad House <brad_mssw@gentoo.org> | 2003-12-03 21:31:28 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2003-12-03 21:31:28 +0000 |
commit | fa1c7bd89be770d5f6862bcec557cfe282b1d716 (patch) | |
tree | 756fc6646d3477bf49bb53bc74476a2ccfc1408c /app-crypt | |
parent | Added a patch from GMsoft for WLAN devices (diff) | |
download | gentoo-2-fa1c7bd89be770d5f6862bcec557cfe282b1d716.tar.gz gentoo-2-fa1c7bd89be770d5f6862bcec557cfe282b1d716.tar.bz2 gentoo-2-fa1c7bd89be770d5f6862bcec557cfe282b1d716.zip |
forgot other arches
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashalot/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.1.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest index 2a2751c4f447..8f9bed27fbe3 100644 --- a/app-crypt/hashalot/Manifest +++ b/app-crypt/hashalot/Manifest @@ -1,3 +1,3 @@ -MD5 05bba054e462968d16397041ba4d6dbb hashalot-0.1.0.ebuild 477 +MD5 714cd12853291a3e8f146068f2cc66ba hashalot-0.1.0.ebuild 507 MD5 916d2b8d1699facfdd8f08fef9006b5d ChangeLog 534 MD5 d6246fcf94994932fe9833e67abc7931 files/digest-hashalot-0.1.0 65 diff --git a/app-crypt/hashalot/hashalot-0.1.0.ebuild b/app-crypt/hashalot/hashalot-0.1.0.ebuild index 276ad36d9d54..08e7fa559afd 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.2 2003/12/03 03:02:59 brad_mssw Exp $ +# $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 $ 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" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~hppa ~ia64 ~mips ~arm ~alpha" src_install() { einstall || die "install error" |