summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-12 21:26:07 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-12 21:26:07 +0000
commitaf5fea5aa42442d4761f31a70b8bc7f1ab6abce4 (patch)
tree1bc18094a4dda8d2920fcd71e80bd69aa2a4832b /app-crypt
parentsh KEYWORDS (diff)
downloadhistorical-af5fea5aa42442d4761f31a70b8bc7f1ab6abce4.tar.gz
historical-af5fea5aa42442d4761f31a70b8bc7f1ab6abce4.tar.bz2
historical-af5fea5aa42442d4761f31a70b8bc7f1ab6abce4.zip
sh KEYWORDS
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/hashalot/Manifest2
-rw-r--r--app-crypt/hashalot/hashalot-0.3.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest
index 448a3214708b..359d4b33bf69 100644
--- a/app-crypt/hashalot/Manifest
+++ b/app-crypt/hashalot/Manifest
@@ -1,8 +1,8 @@
MD5 4bf73b3b7c1acbc80670c11d268e2e50 ChangeLog 2964
MD5 cea6eab439933131e6b0ca290fbb8645 hashalot-0.1.0.ebuild 505
MD5 675105147e3dd60775ff4df713ed8c00 hashalot-0.2.0.ebuild 499
-MD5 e09b5a9861f7dc7ba67763168f4e619c hashalot-0.3.ebuild 654
MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
+MD5 289b88205efa4edc22a48de208fbeaae hashalot-0.3.ebuild 664
MD5 d6246fcf94994932fe9833e67abc7931 files/digest-hashalot-0.1.0 65
MD5 5d200800acbba240ce3762c3c0aa0d65 files/digest-hashalot-0.2.0 65
MD5 953187b11e11507c234b05f48ad8d953 files/digest-hashalot-0.3 63
diff --git a/app-crypt/hashalot/hashalot-0.3.ebuild b/app-crypt/hashalot/hashalot-0.3.ebuild
index e32210539289..fbae82134311 100644
--- a/app-crypt/hashalot/hashalot-0.3.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.10 2004/10/05 11:46:56 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.11 2004/11/12 21:26:07 vapier Exp $
DESCRIPTION="CryptoAPI utils"
HOMEPAGE="http://www.kerneli.org/"
@@ -8,7 +8,7 @@ SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 sparc mips alpha ~arm amd64 ia64 hppa ppc"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
IUSE=""
RDEPEND="virtual/libc"
@@ -22,5 +22,5 @@ src_test() {
}
src_install() {
- emake DESTDIR=${D} install || die "install error"
+ make DESTDIR=${D} install || die "install error"
}