From 652d46a45856a95b092fc1eb2861203808bb7b11 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Sat, 22 Apr 2006 14:41:19 +0000 Subject: update Package-Manager: portage-2.0.54 --- app-i18n/anthy/anthy-6700b.ebuild | 6 ++---- app-i18n/anthy/anthy-7100b-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'app-i18n/anthy') 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/* } -- cgit v1.2.3-65-gdbad