summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-28 16:22:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-28 16:22:40 +0000
commitea0fff2317de66885000fe6c4ed5fb685868464e (patch)
treefabec1db80f3c2b004b535bcf536a011fe9b4b94 /sci-electronics/ghdl
parentStop using deprecated kde-functions.eclass. (diff)
downloadgentoo-2-ea0fff2317de66885000fe6c4ed5fb685868464e.tar.gz
gentoo-2-ea0fff2317de66885000fe6c4ed5fb685868464e.tar.bz2
gentoo-2-ea0fff2317de66885000fe6c4ed5fb685868464e.zip
Use emake -j1 for install, as per bug #277644.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/ghdl')
-rw-r--r--sci-electronics/ghdl/ChangeLog5
-rw-r--r--sci-electronics/ghdl/ghdl-0.27.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-electronics/ghdl/ChangeLog b/sci-electronics/ghdl/ChangeLog
index dbcbdf1f5e50..1c0c09ec4e77 100644
--- a/sci-electronics/ghdl/ChangeLog
+++ b/sci-electronics/ghdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/ghdl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.9 2009/06/20 03:56:42 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.10 2009/12/28 16:22:40 flameeyes Exp $
+
+ 28 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> ghdl-0.27.ebuild:
+ Use emake -j1 for install, as per bug #277644.
20 Jun 2009; Denis Dupeyron <calchan@gentoo.org> -ghdl-0.26.ebuild:
Removed old ebuild.
diff --git a/sci-electronics/ghdl/ghdl-0.27.ebuild b/sci-electronics/ghdl/ghdl-0.27.ebuild
index c828ef75dcd2..05ed95ad08b9 100644
--- a/sci-electronics/ghdl/ghdl-0.27.ebuild
+++ b/sci-electronics/ghdl/ghdl-0.27.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/sci-electronics/ghdl/ghdl-0.27.ebuild,v 1.2 2009/06/20 03:36:43 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ghdl-0.27.ebuild,v 1.3 2009/12/28 16:22:40 flameeyes Exp $
EAPI="2"
@@ -60,6 +60,7 @@ src_compile() {
}
src_install() {
+ # bug #277644
PATH="${GNATGCC_PATH}:${PATH}" emake DESTDIR="${D}" install || die "Installation failed"
cd "${D}"/usr/bin ; rm `ls --ignore=ghdl`