diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-11-26 02:20:19 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-11-26 02:20:19 +0000 |
commit | 3522af6a04f5e2fa4231a2f264757b3da77b7219 (patch) | |
tree | d6ed11d24a13d48b923424e82125bfec6d0c2c4b /dev-python/wxpython | |
parent | version bump (diff) | |
download | gentoo-2-3522af6a04f5e2fa4231a2f264757b3da77b7219.tar.gz gentoo-2-3522af6a04f5e2fa4231a2f264757b3da77b7219.tar.bz2 gentoo-2-3522af6a04f5e2fa4231a2f264757b3da77b7219.zip |
Fix build options not getting passed to src_compile due to mypyconf being
declared locally in src_configure.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.8.9.1-r2.ebuild (renamed from dev-python/wxpython/wxpython-2.8.9.1-r1.ebuild) | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 46557a747d86..499977a9f3c2 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/wxpython # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.106 2008/10/27 18:52:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.107 2008/11/26 02:20:19 dirtyepic Exp $ + +*wxpython-2.8.9.1-r2 (26 Nov 2008) + + 26 Nov 2008; Ryan Hill <dirtyepic@gentoo.org> -wxpython-2.8.9.1-r1.ebuild, + +wxpython-2.8.9.1-r2.ebuild: + Fix build options not getting passed to src_compile due to mypyconf being + declared locally in src_configure. 27 Oct 2008; Jeroen Roovers <jer@gentoo.org> wxpython-2.8.8.1.ebuild: Stable for HPPA (bug #242088). diff --git a/dev-python/wxpython/wxpython-2.8.9.1-r1.ebuild b/dev-python/wxpython/wxpython-2.8.9.1-r2.ebuild index 43db58e12445..be202f173451 100644 --- a/dev-python/wxpython/wxpython-2.8.9.1-r1.ebuild +++ b/dev-python/wxpython/wxpython-2.8.9.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.9.1-r1.ebuild,v 1.1 2008/10/18 18:35:18 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.9.1-r2.ebuild,v 1.1 2008/11/26 02:20:19 dirtyepic Exp $ EAPI="2" WX_GTK_VER="2.8" @@ -41,8 +41,6 @@ src_prepare() { } src_configure() { - local mypyconf - need-wxwidgets unicode append-flags -fno-strict-aliasing |