summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2009-04-19 02:50:42 +0000
committerDenis Dupeyron <calchan@gentoo.org>2009-04-19 02:50:42 +0000
commit5129550fd05c144caf834e5a1dba3c2457c5a5bb (patch)
treed8b730a3b077e50462b9db45f56603b13f366b54 /sci-electronics/ghdl
parentNo need to depend on so high glib version - GIO tests are not ran from tarbal... (diff)
downloadgentoo-2-5129550fd05c144caf834e5a1dba3c2457c5a5bb.tar.gz
gentoo-2-5129550fd05c144caf834e5a1dba3c2457c5a5bb.tar.bz2
gentoo-2-5129550fd05c144caf834e5a1dba3c2457c5a5bb.zip
Fixed bug #250129.
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'sci-electronics/ghdl')
-rw-r--r--sci-electronics/ghdl/ChangeLog7
-rw-r--r--sci-electronics/ghdl/ghdl-0.26.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-electronics/ghdl/ChangeLog b/sci-electronics/ghdl/ChangeLog
index 14f97a2e13a7..06f108c13eeb 100644
--- a/sci-electronics/ghdl/ChangeLog
+++ b/sci-electronics/ghdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/ghdl
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.4 2008/02/09 19:00:26 calchan Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.5 2009/04/19 02:50:42 calchan Exp $
+
+ 19 Apr 2009; Denis Dupeyron <calchan@gentoo.org> ghdl-0.26:
+ Fixed bug #250129.
09 Feb 2008; Denis Dupeyron <calchan@gentoo.org> ghdl-0.26.ebuild:
Fixed compilation on amd64, bug #203721.
diff --git a/sci-electronics/ghdl/ghdl-0.26.ebuild b/sci-electronics/ghdl/ghdl-0.26.ebuild
index d21c352630d0..d94dd3e10fa0 100644
--- a/sci-electronics/ghdl/ghdl-0.26.ebuild
+++ b/sci-electronics/ghdl/ghdl-0.26.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.26.ebuild,v 1.4 2008/02/09 19:00:26 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ghdl-0.26.ebuild,v 1.5 2009/04/19 02:50:42 calchan Exp $
inherit multilib
@@ -18,7 +18,6 @@ DEPEND=">=sys-apps/portage-2.1.2.10
virtual/gnat"
RDEPEND=""
S="${WORKDIR}/gcc-${GCC_VERSION}"
-MAKEOPTS="-j1"
src_unpack() {
unpack ${A}
@@ -52,8 +51,8 @@ src_unpack() {
}
src_compile() {
- econf --enable-languages=vhdl || die "Configuration failed"
- emake || die "Compilation failed"
+ econf --enable-languages=vhdl
+ emake -j1 || die "Compilation failed"
}
src_install() {