diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2009-04-19 02:50:42 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2009-04-19 02:50:42 +0000 |
commit | 71746dc4a7a8acd57a0bed8503af3e8bd460a038 (patch) | |
tree | 9cffe6073af89f60ceeabde4b037eea0cbd0d490 /sci-electronics/ghdl | |
parent | No need to depend on so high glib version - GIO tests are not ran from tarbal... (diff) | |
download | historical-71746dc4a7a8acd57a0bed8503af3e8bd460a038.tar.gz historical-71746dc4a7a8acd57a0bed8503af3e8bd460a038.tar.bz2 historical-71746dc4a7a8acd57a0bed8503af3e8bd460a038.zip |
Fixed bug #250129.
Package-Manager: portage-2.1.6.11/cvs/Linux i686
Diffstat (limited to 'sci-electronics/ghdl')
-rw-r--r-- | sci-electronics/ghdl/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/ghdl/Manifest | 4 | ||||
-rw-r--r-- | sci-electronics/ghdl/ghdl-0.26.ebuild | 9 |
3 files changed, 11 insertions, 9 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/Manifest b/sci-electronics/ghdl/Manifest index 8e41d3c5bca8..c743769f125f 100644 --- a/sci-electronics/ghdl/Manifest +++ b/sci-electronics/ghdl/Manifest @@ -1,5 +1,5 @@ DIST gcc-core-4.1.2.tar.bz2 17485561 RMD160 612cbd5b795f7095fb3f565e6a8eaaee82c472c5 SHA1 d6875295f6df1bec4a6f4ab8f0da54bfb8d97306 SHA256 7be9c5df8000ae35d0928f0a254bfb5e8478cad5e5e57fd07820530c03b3711d DIST ghdl-0.26.tar.bz2 723192 RMD160 1cfd7a17fd61c30e425835f87b4a500ce2bc89fa SHA1 affd89cbf1721ec83ef7deae536794e042dc13e7 SHA256 60987834e40c08c4830179e56f57d1ab906cc12b29ae58e3630d78da3e8ba8a0 -EBUILD ghdl-0.26.ebuild 2309 RMD160 0b89bf88347fc3efe34a11a146543cfd5852102f SHA1 a92cdf198a9ef91ff4b9cf8309fdd466592bdda6 SHA256 04b226255004cc6e938e21992e313311440f61c42fa51bdb587b7e70a0a87403 -MISC ChangeLog 847 RMD160 6dd123a84384031d762af960cb38ab6260a80c72 SHA1 b2747ef85dd7a1e53dd43acdc098d095c55223b0 SHA256 251c06d828a6028f6117ea26f9641ac1ed5154dedddaf3ecc34c314a0c86bb1d +EBUILD ghdl-0.26.ebuild 2268 RMD160 0ea363657009f0e4e3d6738e846df83cb9625d2f SHA1 d855c1b7282beea2d20afb66bbed58249caf3316 SHA256 b94d200e7216ec4c1ed90f408633fea9883c9094d8bb9e737f3c1fbf6d0f815b +MISC ChangeLog 931 RMD160 65212449d27f2f8f1386a93b319cccf86d676943 SHA1 de9672341a4a1c028c0c804e6639c8d5623fe8b2 SHA256 0a4943062d948c5f292926874fecf17fdca435aeaa6a16fbacd7cd0eb80d42b6 MISC metadata.xml 457 RMD160 1109ba523b49de11adbc2aab294b7dcf359c1871 SHA1 24b4eb79fe450ac62a80bab8ca0c7cf315afb231 SHA256 e7ff050c97cb69f7062abe8bde70d94f53c865bddeadfbfa2200f7dcb987f4f8 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() { |