summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/boa-constructor/ChangeLog6
-rw-r--r--dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/boa-constructor/ChangeLog b/dev-util/boa-constructor/ChangeLog
index 8c8286f4a9f5..24539c59f694 100644
--- a/dev-util/boa-constructor/ChangeLog
+++ b/dev-util/boa-constructor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/boa-constructor
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.25 2006/12/27 19:14:53 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.26 2006/12/29 18:40:13 dertobi123 Exp $
+
+ 29 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
+ boa-constructor-0.4.0_alpha.ebuild:
+ Stable on ppc wrt bug #159031.
27 Dec 2006; Ryan Hill <dirtyepic@gentoo.org>
boa-constructor-0.4.0_alpha.ebuild:
diff --git a/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild
index c2a910b61790..506ff15a754b 100644
--- a/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild
+++ b/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild,v 1.5 2006/12/27 19:14:53 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild,v 1.6 2006/12/29 18:40:13 dertobi123 Exp $
inherit eutils python
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/boa-constructor/${MY_P}.src.zip"
S=${WORKDIR}/${MY_P}
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="=dev-python/wxpython-2.6*