diff options
author | Ryan Hill <rhill@gentoo.org> | 2013-03-26 03:23:58 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2013-03-26 03:23:58 +0000 |
commit | 3286130b3923ac0750428703f1dd01baddbedadc (patch) | |
tree | f34b4a1e4b9bf0e9c57e7cac9866045f0adf67c6 /dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild | |
parent | Update changelog as repoman didn't for some reason (diff) | |
download | historical-3286130b3923ac0750428703f1dd01baddbedadc.tar.gz historical-3286130b3923ac0750428703f1dd01baddbedadc.tar.bz2 historical-3286130b3923ac0750428703f1dd01baddbedadc.zip |
Prevent build system from considering preserved libs when checking wxGTK
features. (bug #376339).
Package-Manager: portage-2.2.0_alpha169/cvs/Linux x86_64
Manifest-Sign-Key: 0x957A8463
Diffstat (limited to 'dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild')
-rw-r--r-- | dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild b/dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild index 85f04f8c3206..4480cffef6ac 100644 --- a/dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild +++ b/dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.3 2013/03/19 06:41:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild,v 1.4 2013/03/26 03:23:52 dirtyepic Exp $ EAPI=5 @@ -65,6 +65,7 @@ python_prepare_all() { # drop editra - we have it as a separate package now "${FILESDIR}"/${PN}-2.8.12-drop-editra.patch "${FILESDIR}"/${PN}-2.8.12-drop-categories.patch + "${FILESDIR}"/${PN}-2.8-no-preservatives-added.patch ) distutils-r1_python_prepare_all |