diff options
author | 2013-12-03 18:59:46 +0000 | |
---|---|---|
committer | 2013-12-03 18:59:46 +0000 | |
commit | 7fff1db3338e13dce19e984682bab9293c13763d (patch) | |
tree | 49a9114261094491e6159a0ff93e7219797cc609 /www-client | |
parent | Version bumps to 3.11.10 and 3.12.2, where 3.12.2 comes with new USE flags ex... (diff) | |
download | gentoo-2-7fff1db3338e13dce19e984682bab9293c13763d.tar.gz gentoo-2-7fff1db3338e13dce19e984682bab9293c13763d.tar.bz2 gentoo-2-7fff1db3338e13dce19e984682bab9293c13763d.zip |
Set python version and libdir so that python_arch.sh can find libpython. Bug 492864 by Yannick Schaeffer. Thanks to John Keeping for the helpful hint.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/chromium/chromium-31.0.1650.57.ebuild | 8 | ||||
-rw-r--r-- | www-client/chromium/chromium-32.0.1700.19.ebuild | 8 | ||||
-rw-r--r-- | www-client/chromium/chromium-33.0.1711.3.ebuild | 8 |
4 files changed, 27 insertions, 4 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog index e48d578e3c56..07a2d6d9017c 100644 --- a/www-client/chromium/ChangeLog +++ b/www-client/chromium/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/chromium # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.993 2013/11/27 02:03:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.994 2013/12/03 18:59:46 floppym Exp $ + + 03 Dec 2013; Mike Gilbert <floppym@gentoo.org> chromium-31.0.1650.57.ebuild, + chromium-32.0.1700.19.ebuild, chromium-33.0.1711.3.ebuild: + Set python version and libdir so that python_arch.sh can find libpython. Bug + 492864 by Yannick Schaeffer. Thanks to John Keeping for the helpful hint. 27 Nov 2013; Mike Gilbert <floppym@gentoo.org> chromium-32.0.1700.19.ebuild, chromium-33.0.1711.3.ebuild: diff --git a/www-client/chromium/chromium-31.0.1650.57.ebuild b/www-client/chromium/chromium-31.0.1650.57.ebuild index 14add191e247..b0932c2412bc 100644 --- a/www-client/chromium/chromium-31.0.1650.57.ebuild +++ b/www-client/chromium/chromium-31.0.1650.57.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/www-client/chromium/chromium-31.0.1650.57.ebuild,v 1.3 2013/11/16 08:37:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-31.0.1650.57.ebuild,v 1.4 2013/12/03 18:59:46 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -308,6 +308,12 @@ src_configure() { # Always support proprietary codecs. myconf+=" -Dproprietary_codecs=1" + # Set python version and libdir so that python_arch.sh can find libpython. + # Bug 492864. + myconf+=" + -Dpython_ver=${EPYTHON#python} + -Dsystem_libdir=$(get_libdir)" + if ! use bindist; then # Enable H.264 support in bundled ffmpeg. myconf+=" -Dffmpeg_branding=Chrome" diff --git a/www-client/chromium/chromium-32.0.1700.19.ebuild b/www-client/chromium/chromium-32.0.1700.19.ebuild index a18725bf5028..af8330502972 100644 --- a/www-client/chromium/chromium-32.0.1700.19.ebuild +++ b/www-client/chromium/chromium-32.0.1700.19.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/www-client/chromium/chromium-32.0.1700.19.ebuild,v 1.4 2013/11/27 02:03:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-32.0.1700.19.ebuild,v 1.5 2013/12/03 18:59:46 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -327,6 +327,12 @@ src_configure() { # Always support proprietary codecs. myconf+=" -Dproprietary_codecs=1" + # Set python version and libdir so that python_arch.sh can find libpython. + # Bug 492864. + myconf+=" + -Dpython_ver=${EPYTHON#python} + -Dsystem_libdir=$(get_libdir)" + if ! use bindist; then # Enable H.264 support in bundled ffmpeg. myconf+=" -Dffmpeg_branding=Chrome" diff --git a/www-client/chromium/chromium-33.0.1711.3.ebuild b/www-client/chromium/chromium-33.0.1711.3.ebuild index 73917ace1cf8..333a89508303 100644 --- a/www-client/chromium/chromium-33.0.1711.3.ebuild +++ b/www-client/chromium/chromium-33.0.1711.3.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/www-client/chromium/chromium-33.0.1711.3.ebuild,v 1.4 2013/11/27 02:03:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-33.0.1711.3.ebuild,v 1.5 2013/12/03 18:59:46 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -329,6 +329,12 @@ src_configure() { # Always support proprietary codecs. myconf+=" -Dproprietary_codecs=1" + # Set python version and libdir so that python_arch.sh can find libpython. + # Bug 492864. + myconf+=" + -Dpython_ver=${EPYTHON#python} + -Dsystem_libdir=$(get_libdir)" + if ! use bindist; then # Enable H.264 support in bundled ffmpeg. myconf+=" -Dffmpeg_branding=Chrome" |