summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-08-30 17:53:38 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-08-30 17:53:38 +0000
commit80f3fa962a6e4337686bc05bb02b1f347df01c30 (patch)
tree5c4b2dfaf0a6c8966e1ff9bd6c8b3e42c09c7e7c /sys-process
parentUnmasking sys-process/minit since I'll be the maintainer (diff)
downloadgentoo-2-80f3fa962a6e4337686bc05bb02b1f347df01c30.tar.gz
gentoo-2-80f3fa962a6e4337686bc05bb02b1f347df01c30.tar.bz2
gentoo-2-80f3fa962a6e4337686bc05bb02b1f347df01c30.zip
Fixing typo in ebuild
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/minit/minit-0.10.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-process/minit/minit-0.10.ebuild b/sys-process/minit/minit-0.10.ebuild
index ef8ffd61c8fe..fbbfcac67b94 100644
--- a/sys-process/minit/minit-0.10.ebuild
+++ b/sys-process/minit/minit-0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.2 2009/08/30 17:39:54 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.3 2009/08/30 17:53:38 vostorga Exp $
inherit eutils
@@ -24,7 +24,6 @@ src_unpack() {
}
src_compile() {
- use sparc && DIET='' || DIET=diet
emake CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
LDFLAGS="${LDFLAGS}" DIET="${DIET}" || die
}