diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2004-08-02 14:47:46 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2004-08-02 14:47:46 +0000 |
commit | bbce76d5ec3b065d2c492fc8eb72356bbd3d23cc (patch) | |
tree | 7dedb99f67b9d1de534e5ceb4a61e4f3e2297b6f /dev-python/wxpython | |
parent | Stable for sparc. (Manifest recommit) (diff) | |
download | gentoo-2-bbce76d5ec3b065d2c492fc8eb72356bbd3d23cc.tar.gz gentoo-2-bbce76d5ec3b065d2c492fc8eb72356bbd3d23cc.tar.bz2 gentoo-2-bbce76d5ec3b065d2c492fc8eb72356bbd3d23cc.zip |
Stable for sparc.
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.4.2.4.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index a1171089ab23..acde59fbc147 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/wxPython # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.4 2004/07/20 20:09:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.5 2004/08/02 14:47:46 fmccor Exp $ + + 02 Aug 2004; Ferris McCormick <fmccor@gentoo.org> wxpython-2.4.2.4.ebuild: + Stable for sparc. This version runs fine, and the previous stable + version (2.4.1.2) no longer builds because its patch file is missing. + This version runs both +gtk2, -gtk2. Also, it (and wxGTK) build with + gcc-3.3.3, hardened gcc-3.3.4-r1 as of the date of this entry, and run. 20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> wxpython-2.4.0.7.ebuild, wxpython-2.4.1.2.ebuild, wxpython-2.4.2.4.ebuild: diff --git a/dev-python/wxpython/wxpython-2.4.2.4.ebuild b/dev-python/wxpython/wxpython-2.4.2.4.ebuild index 295ddc98d30b..d91c6ab88561 100644 --- a/dev-python/wxpython/wxpython-2.4.2.4.ebuild +++ b/dev-python/wxpython/wxpython-2.4.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4.ebuild,v 1.5 2004/07/20 20:09:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4.ebuild,v 1.6 2004/08/02 14:47:46 fmccor Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinLL-3" SLOT="0" -KEYWORDS="x86 ppc ~sparc alpha arm amd64 ia64 hppa" +KEYWORDS="x86 ppc sparc alpha arm amd64 ia64 hppa" IUSE="opengl tiff jpeg png gtk2 unicode" RDEPEND=">=dev-lang/python-2.1 |