summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-01-08 21:04:55 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-01-08 21:04:55 +0000
commite1de81d094c534d1f082736b50ab813f8fe7f728 (patch)
treefdcc621ec455a57e2d7aeb1530950a0bf379747c /dev-python/wxpython
parentarm stable, bug #396019 (diff)
downloadgentoo-2-e1de81d094c534d1f082736b50ab813f8fe7f728.tar.gz
gentoo-2-e1de81d094c534d1f082736b50ab813f8fe7f728.tar.bz2
gentoo-2-e1de81d094c534d1f082736b50ab813f8fe7f728.zip
Fix a typo. Patch by Arfrever
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r--dev-python/wxpython/ChangeLog5
-rw-r--r--dev-python/wxpython/wxpython-2.8.12.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog
index de0e1cf02542..2a4af8571e7a 100644
--- a/dev-python/wxpython/ChangeLog
+++ b/dev-python/wxpython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wxpython
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.155 2012/01/06 23:04:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.156 2012/01/08 21:04:55 hwoarang Exp $
+
+ 08 Jan 2012; Markos Chandras <hwoarang@gentoo.org> wxpython-2.8.12.1.ebuild:
+ Fix a typo. Patch by Arfrever
06 Jan 2012; Markos Chandras <hwoarang@gentoo.org> wxpython-2.8.12.1.ebuild,
wxpython-2.9.1.1.ebuild:
diff --git a/dev-python/wxpython/wxpython-2.8.12.1.ebuild b/dev-python/wxpython/wxpython-2.8.12.1.ebuild
index 1dddfcc77d27..8ab598fb393c 100644
--- a/dev-python/wxpython/wxpython-2.8.12.1.ebuild
+++ b/dev-python/wxpython/wxpython-2.8.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.3 2012/01/06 23:04:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.4 2012/01/08 21:04:55 hwoarang Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -45,7 +45,7 @@ DOC_S="${WORKDIR}/wxPython-${PV}"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
PYTHON_CXXFLAGS=("2.* + -fno-strict-aliasing")
-PYTHON_MODULES="wx-${SLOT}-gtk2-unicode wxversion.py"
+PYTHON_MODNAME="wx-${SLOT}-gtk2-unicode wxversion.py"
src_prepare() {
sed -i "s:cflags.append('-O3'):pass:" config.py || die "sed failed"