summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-electronics/ghdl/ChangeLog7
-rw-r--r--sci-electronics/ghdl/ghdl-0.26.ebuild4
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}"