diff options
author | David Holm <dholm@gentoo.org> | 2004-04-25 15:38:02 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-25 15:38:02 +0000 |
commit | 23b5aedf2fdac4bbd3b07a8120bb81432c936070 (patch) | |
tree | 63847a3b6dd3722adffc40d47930432481d9ad61 /dev-util/boa-constructor | |
parent | Automatically replacing -funroll-all-loops with -funroll-loops. (Manifest rec... (diff) | |
download | gentoo-2-23b5aedf2fdac4bbd3b07a8120bb81432c936070.tar.gz gentoo-2-23b5aedf2fdac4bbd3b07a8120bb81432c936070.tar.bz2 gentoo-2-23b5aedf2fdac4bbd3b07a8120bb81432c936070.zip |
Added to ~ppc
Diffstat (limited to 'dev-util/boa-constructor')
-rw-r--r-- | dev-util/boa-constructor/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/boa-constructor/ChangeLog b/dev-util/boa-constructor/ChangeLog index 7fb3e3d10753..b4d5c79ecebc 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.8 2004/02/23 13:07:21 bazik Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.9 2004/04/25 15:38:02 dholm Exp $ + + 25 Apr 2004; David Holm <dholm@gentoo.org> + boa-constructor-0.2.3_alpha.ebuild: + Added to ~ppc. 23 Feb 2004; Sven Blumenstein <bazik@gentoo.org> boa-constructor-0.2.3_alpha.ebuild: diff --git a/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild index 8f253ed19729..fcf97734f667 100644 --- a/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild +++ b/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild,v 1.5 2004/02/23 13:07:21 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild,v 1.6 2004/04/25 15:38:02 dholm Exp $ BOA=${P/_alpha/} S=${WORKDIR}/${BOA} @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/boa-constructor/${BOA}.src.zip" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc" +KEYWORDS="x86 sparc ~ppc" RDEPEND=">=dev-lang/python-2.0 >=dev-python/wxPython-2.4.0.6 |