summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-11-26 21:14:50 +0000
committerUlrich Müller <ulm@gentoo.org>2008-11-26 21:14:50 +0000
commitc47579089a02fb2f03162bb4534a6789df4aba89 (patch)
treeaaa602f60f86d6ef1771530e581ea6aa62230f94 /app-editors
parentCall wxwidgets_pkg_setup. (diff)
downloadgentoo-2-c47579089a02fb2f03162bb4534a6789df4aba89.tar.gz
gentoo-2-c47579089a02fb2f03162bb4534a6789df4aba89.tar.bz2
gentoo-2-c47579089a02fb2f03162bb4534a6789df4aba89.zip
Make repoman happy.
(Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs/emacs-18.59-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-18.59-r5.ebuild b/app-editors/emacs/emacs-18.59-r5.ebuild
index 5c9690ca7060..27d1c1b48119 100644
--- a/app-editors/emacs/emacs-18.59-r5.ebuild
+++ b/app-editors/emacs/emacs-18.59-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r5.ebuild,v 1.6 2008/11/14 09:11:43 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r5.ebuild,v 1.7 2008/11/26 21:14:50 ulm Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -61,7 +61,7 @@ src_compile() {
replace-flags -O[3-9] -O2
strip-flags
- emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Demacs" || die
+ emake -j"1" CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Demacs" || die
}
src_install() {