summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2006-04-22 14:38:03 +0000
committerAkinori Hattori <hattya@gentoo.org>2006-04-22 14:38:03 +0000
commit5b86cddb808be581898365e5efe80306f4a8103d (patch)
tree3d96d823fcea78c1e4a6a63ce4c152e887240c86 /app-i18n/anthy
parentRemoved PROVIDED=virtual/textbrowser (bug #130746). (diff)
downloadgentoo-2-5b86cddb808be581898365e5efe80306f4a8103d.tar.gz
gentoo-2-5b86cddb808be581898365e5efe80306f4a8103d.tar.bz2
gentoo-2-5b86cddb808be581898365e5efe80306f4a8103d.zip
update
(Portage version: 2.0.54)
Diffstat (limited to 'app-i18n/anthy')
-rw-r--r--app-i18n/anthy/anthy-6700b.ebuild6
-rw-r--r--app-i18n/anthy/anthy-7100b-r1.ebuild4
2 files changed, 4 insertions, 6 deletions
diff --git a/app-i18n/anthy/anthy-6700b.ebuild b/app-i18n/anthy/anthy-6700b.ebuild
index 8977a6631eed..df77b0ab2e01 100644
--- a/app-i18n/anthy/anthy-6700b.ebuild
+++ b/app-i18n/anthy/anthy-6700b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-6700b.ebuild,v 1.7 2005/08/23 03:17:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-6700b.ebuild,v 1.8 2006/04/22 14:38:02 hattya Exp $
inherit elisp-common eutils
@@ -18,8 +18,6 @@ SLOT="0"
DEPEND="emacs? ( virtual/emacs )
!app-i18n/anthy-ss"
-MAKEOPTS="${MAKEOPTS} -j1"
-
src_unpack() {
unpack ${A}
@@ -51,7 +49,7 @@ src_compile() {
fi
econf ${myconf} || die
- emake || die
+ emake -j1 || die
}
diff --git a/app-i18n/anthy/anthy-7100b-r1.ebuild b/app-i18n/anthy/anthy-7100b-r1.ebuild
index 85189642094b..86bd1f44a819 100644
--- a/app-i18n/anthy/anthy-7100b-r1.ebuild
+++ b/app-i18n/anthy/anthy-7100b-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7100b-r1.ebuild,v 1.6 2006/03/28 22:14:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7100b-r1.ebuild,v 1.7 2006/04/22 14:38:03 hattya Exp $
inherit elisp-common eutils
@@ -45,7 +45,7 @@ src_install() {
rm doc/Makefile*
- dodoc AUTHORS COPYING DIARY INSTALL NEWS README ChangeLog
+ dodoc AUTHORS DIARY NEWS README ChangeLog
dodoc doc/*
}