summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-07 12:13:38 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-07 12:13:38 +0000
commit2ef700145928715f815b716867e170b42c42e06c (patch)
tree8b189a2030208e72b14b0541cd0e065fb6493906 /app-editors/hexcurse
parentStyle cleanup. (diff)
downloadgentoo-2-2ef700145928715f815b716867e170b42c42e06c.tar.gz
gentoo-2-2ef700145928715f815b716867e170b42c42e06c.tar.bz2
gentoo-2-2ef700145928715f815b716867e170b42c42e06c.zip
s390/sh love
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-editors/hexcurse')
-rw-r--r--app-editors/hexcurse/hexcurse-1.55.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild
index 026338696fb4..6c4d6522acec 100644
--- a/app-editors/hexcurse/hexcurse-1.55.ebuild
+++ b/app-editors/hexcurse/hexcurse-1.55.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.12 2006/05/08 04:50:20 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.13 2007/04/07 12:13:38 vapier Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.jewfish.net/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc-macos sparc x86"
+KEYWORDS="alpha amd64 arm hppa ppc ppc-macos s390 sh sparc x86"
IUSE=""
DEPEND=">=sys-libs/ncurses-5.2"
@@ -22,6 +22,6 @@ src_unpack() {
}
src_install() {
- make install DESTDIR="${D}" || die "Install failed"
+ emake install DESTDIR="${D}" || die "Install failed"
dodoc AUTHORS ChangeLog NEWS README
}