diff options
author | 2007-12-04 15:58:27 +0000 | |
---|---|---|
committer | 2007-12-04 15:58:27 +0000 | |
commit | 744d1c019d715d0c2889384efd3937935047dbe8 (patch) | |
tree | e413cb80417417dd2201da863603ef4ec935b401 /dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild | |
parent | Fixed patch to avoid optiimization on {s,d}lamch.f and {s,d}laruv.f of the in... (diff) | |
download | gentoo-2-744d1c019d715d0c2889384efd3937935047dbe8.tar.gz gentoo-2-744d1c019d715d0c2889384efd3937935047dbe8.tar.bz2 gentoo-2-744d1c019d715d0c2889384efd3937935047dbe8.zip |
Remove EA_ADD_OPTS=0 from configuration, leftover from testing.
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild')
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild b/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild index c096ba727324..fb28d7eb339a 100644 --- a/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild +++ b/dev-python/wxpython/wxpython-2.6.4.0-r1.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/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild,v 1.1 2007/11/25 03:03:09 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild,v 1.2 2007/12/04 15:58:27 dirtyepic Exp $ WX_GTK_VER="2.6" @@ -60,7 +60,7 @@ src_compile() { && mypyconf="${mypyconf} UNICODE=1" \ || mypyconf="${mypyconf} UNICODE=0" - mypyconf="${mypyconf} WXPORT=gtk2 EP_ADD_OPTS=0" + mypyconf="${mypyconf} WXPORT=gtk2" python setup.py ${mypyconf} build || die "setup.py build failed" } @@ -81,7 +81,7 @@ src_install() { && mypyconf="${mypyconf} UNICODE=1" \ || mypyconf="${mypyconf} UNICODE=0" - mypyconf="${mypyconf} WXPORT=gtk2 EP_ADD_OPTS=0" + mypyconf="${mypyconf} WXPORT=gtk2" python setup.py ${mypyconf} install --prefix=/usr --root="${D}" \ || die "setup.py install failed" |