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
commitb4651ce603898a4e42205af091bfe8a55057eb2e (patch)
treefa2c2a1cca0a9fd532a96af993ff19cd6ce7fbdd /app-crypt/hashalot/hashalot-0.3.ebuild
parentsh KEYWORDS (Manifest recommit) (diff)
downloadgentoo-2-b4651ce603898a4e42205af091bfe8a55057eb2e.tar.gz
gentoo-2-b4651ce603898a4e42205af091bfe8a55057eb2e.tar.bz2
gentoo-2-b4651ce603898a4e42205af091bfe8a55057eb2e.zip
sh KEYWORDS
Diffstat (limited to 'app-crypt/hashalot/hashalot-0.3.ebuild')
-rw-r--r--app-crypt/hashalot/hashalot-0.3.ebuild6
1 files changed, 3 insertions, 3 deletions
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"
}