diff options
author | 2005-06-18 15:57:38 +0000 | |
---|---|---|
committer | 2005-06-18 15:57:38 +0000 | |
commit | 32ee096df71f078a6993e31bb4a0cecc6141ee89 (patch) | |
tree | 6eaeaad4fa4604543d8fe8685e5e3e3ca5fb6abf /app-i18n/anthy | |
parent | Stable on x86. (diff) | |
download | gentoo-2-32ee096df71f078a6993e31bb4a0cecc6141ee89.tar.gz gentoo-2-32ee096df71f078a6993e31bb4a0cecc6141ee89.tar.bz2 gentoo-2-32ee096df71f078a6993e31bb4a0cecc6141ee89.zip |
Appended -j1 to emake; bug #95164.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-i18n/anthy')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 12 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-6300.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-6300d.ebuild | 4 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index 168b43f85913..31bdb7fe6523 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/anthy # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.49 2005/05/05 23:50:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.50 2005/06/18 15:57:38 usata Exp $ + + 18 Jun 2005; Mamoru KOMACHI <usata@gentoo.org> anthy-6300.ebuild, + anthy-6300d.ebuild: + Appended -j1 to emake; bug #95164. 05 May 2005; Aron Griffis <agriffis@gentoo.org> anthy-6300.ebuild: stable on ia64 @@ -41,7 +45,7 @@ 14 Dec 2004; Akinori Hattori <hattya@gentoo.org> anthy-5900.ebuild: add ~ia64. - 11 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> anthy-5900.ebuild: + 11 Dec 2004; Bryan Ãstergaard <kloeri@gentoo.org> anthy-5900.ebuild: Stable on alpha. 07 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> anthy-5900.ebuild: @@ -83,7 +87,7 @@ 07 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> anthy-5500.ebuild: Stable on ppc. - 13 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> anthy-5500.ebuild: + 13 Aug 2004; Bryan Ãstergaard <kloeri@gentoo.org> anthy-5500.ebuild: Stable on alpha. 06 Aug 2004; Akinori Hattori <hattya@gentoo.org> anthy-5500.ebuild: @@ -109,7 +113,7 @@ 23 May 2004; Mamoru KOMACHI <usata@gentoo.org> anthy-5100b.ebuild: Stable on alpha and ppc - 19 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> anthy-5100b.ebuild: + 19 Apr 2004; Bryan Ãstergaard <kloeri@gentoo.org> anthy-5100b.ebuild: Added ~alpha to keywords. 01 Apr 2004; David Holm <dholm@gentoo.org> anthy-5100b.ebuild: diff --git a/app-i18n/anthy/anthy-6300.ebuild b/app-i18n/anthy/anthy-6300.ebuild index 970ede3d1cf5..c72515375549 100644 --- a/app-i18n/anthy/anthy-6300.ebuild +++ b/app-i18n/anthy/anthy-6300.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-6300.ebuild,v 1.3 2005/05/05 23:50:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-6300.ebuild,v 1.4 2005/06/18 15:57:38 usata Exp $ inherit elisp-common eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge.jp/anthy/13543/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc-macos ~sparc ~x86" +KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc-macos ~sparc x86" SLOT="0" DEPEND="emacs? ( virtual/emacs ) @@ -49,7 +49,7 @@ src_compile() { fi econf ${myconf} || die - emake || die + emake -j1 || die } diff --git a/app-i18n/anthy/anthy-6300d.ebuild b/app-i18n/anthy/anthy-6300d.ebuild index 032bf3992b83..b2f872cc750c 100644 --- a/app-i18n/anthy/anthy-6300d.ebuild +++ b/app-i18n/anthy/anthy-6300d.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-6300d.ebuild,v 1.1 2005/04/28 23:15:29 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-6300d.ebuild,v 1.2 2005/06/18 15:57:38 usata Exp $ inherit elisp-common eutils @@ -49,7 +49,7 @@ src_compile() { fi econf ${myconf} || die - emake || die + emake -j1 || die } |