diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2009-05-29 16:14:59 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2009-05-29 16:14:59 +0000 |
commit | 82f30cd95a3a9a518deee0d3b72cd87720af2777 (patch) | |
tree | e1a7eaf2f0ddac64f6ddb6494cef09199f2193bb /sci-electronics/ghdl | |
parent | Fix glibc 2.10 issues for Emacs 18. Move Emacs 22 patches to mirrors. (diff) | |
download | gentoo-2-82f30cd95a3a9a518deee0d3b72cd87720af2777.tar.gz gentoo-2-82f30cd95a3a9a518deee0d3b72cd87720af2777.tar.bz2 gentoo-2-82f30cd95a3a9a518deee0d3b72cd87720af2777.zip |
Locked dependency on >=dev-lang/gnat-gcc-4.2 instead of virtual/gnat, thanks to Arrigo Marchiori for reporting and to crazycasta for tracking down the issue (bug #245528).
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-electronics/ghdl')
-rw-r--r-- | sci-electronics/ghdl/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/ghdl/ghdl-0.26.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-electronics/ghdl/ChangeLog b/sci-electronics/ghdl/ChangeLog index 06f108c13eeb..7d53a6800057 100644 --- a/sci-electronics/ghdl/ChangeLog +++ b/sci-electronics/ghdl/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2009/04/19 02:50:42 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.6 2009/05/29 16:14:59 calchan Exp $ + + 29 May 2009; Denis Dupeyron <calchan@gentoo.org> ghdl-0.26.ebuild: + Locked dependency on >=dev-lang/gnat-gcc-4.2 instead of virtual/gnat, + thanks to Arrigo Marchiori for reporting and to crazycasta for tracking + down the issue (bug #245528). 19 Apr 2009; Denis Dupeyron <calchan@gentoo.org> ghdl-0.26: Fixed bug #250129. diff --git a/sci-electronics/ghdl/ghdl-0.26.ebuild b/sci-electronics/ghdl/ghdl-0.26.ebuild index d94dd3e10fa0..7d42e86b5837 100644 --- a/sci-electronics/ghdl/ghdl-0.26.ebuild +++ b/sci-electronics/ghdl/ghdl-0.26.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.26.ebuild,v 1.5 2009/04/19 02:50:42 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ghdl-0.26.ebuild,v 1.6 2009/05/29 16:14:59 calchan Exp $ inherit multilib @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=sys-apps/portage-2.1.2.10 - virtual/gnat" + >=dev-lang/gnat-gcc-4.2" RDEPEND="" S="${WORKDIR}/gcc-${GCC_VERSION}" |