summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2007-12-31 21:27:10 +0000
committerJoseph Jezak <josejx@gentoo.org>2007-12-31 21:27:10 +0000
commit3b5490d7c83495daedb4e6a467495c5cfe283ff3 (patch)
treeec474ce38cdc8266f36f54b8df851b02396c1cad /sci-electronics
parent2.1.4_rc14 fixes bug #203918 (NameError when using PORTAGE_BINHOST). (diff)
downloadgentoo-2-3b5490d7c83495daedb4e6a467495c5cfe283ff3.tar.gz
gentoo-2-3b5490d7c83495daedb4e6a467495c5cfe283ff3.tar.bz2
gentoo-2-3b5490d7c83495daedb4e6a467495c5cfe283ff3.zip
Marked ~ppc for bug #196439.
(Portage version: 2.1.4_rc13)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/ghdl/ChangeLog5
-rw-r--r--sci-electronics/ghdl/ghdl-0.26.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-electronics/ghdl/ChangeLog b/sci-electronics/ghdl/ChangeLog
index 4e397006a614..4d55680fae94 100644
--- a/sci-electronics/ghdl/ChangeLog
+++ b/sci-electronics/ghdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/ghdl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.2 2007/10/11 12:44:59 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.3 2007/12/31 21:27:10 josejx Exp $
+
+ 31 Dec 2007; Joseph Jezak <josejx@gentoo.org> ghdl-0.26.ebuild:
+ Marked ~ppc for bug #196439.
11 Oct 2007; Denis Dupeyron <calchan@gentoo.org> ghdl-0.26.ebuild:
Fixed issue similar to bug #195074, thanks to vapier for his binutils fix
diff --git a/sci-electronics/ghdl/ghdl-0.26.ebuild b/sci-electronics/ghdl/ghdl-0.26.ebuild
index de728728af34..9ad153d448e6 100644
--- a/sci-electronics/ghdl/ghdl-0.26.ebuild
+++ b/sci-electronics/ghdl/ghdl-0.26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.2 2007/10/11 12:44:59 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ghdl-0.26.ebuild,v 1.3 2007/12/31 21:27:10 josejx Exp $
inherit multilib
@@ -12,7 +12,7 @@ SRC_URI="http://ghdl.free.fr/${P}.tar.bz2
mirror://gnu/gcc/releases/gcc-${GCC_VERSION}/gcc-core-${GCC_VERSION}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND=">=sys-apps/portage-2.1.2.10
virtual/gnat"