diff options
author | 2011-10-01 21:37:03 +0000 | |
---|---|---|
committer | 2011-10-01 21:37:03 +0000 | |
commit | 90e22c8d5f282439032086f7c81384aeab7222d8 (patch) | |
tree | a71119f2d9d5a8a0e8f2a5dbe9e0e17062db4e8e /media-libs/lensfun/lensfun-0.2.5-r2.ebuild | |
parent | Unmask gnome-disk-utility >= 3 and gvfs >= 1.8. (diff) | |
download | historical-90e22c8d5f282439032086f7c81384aeab7222d8.tar.gz historical-90e22c8d5f282439032086f7c81384aeab7222d8.tar.bz2 historical-90e22c8d5f282439032086f7c81384aeab7222d8.zip |
Use full toolchain name wrt #385213, Comment #1 by Agostino Sarubbo.
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'media-libs/lensfun/lensfun-0.2.5-r2.ebuild')
-rw-r--r-- | media-libs/lensfun/lensfun-0.2.5-r2.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/lensfun/lensfun-0.2.5-r2.ebuild b/media-libs/lensfun/lensfun-0.2.5-r2.ebuild index 53b63d482c03..34e917eccc2d 100644 --- a/media-libs/lensfun/lensfun-0.2.5-r2.ebuild +++ b/media-libs/lensfun/lensfun-0.2.5-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.2 2011/08/23 23:00:46 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.3 2011/10/01 21:37:03 ssuominen Exp $ EAPI=2 -inherit eutils python +inherit eutils python toolchain-funcs DESCRIPTION="lensfun: A library for rectifying and simulating photographic lens distortions" HOMEPAGE="http://lensfun.berlios.de/" @@ -17,7 +17,7 @@ IUSE="debug doc" RDEPEND=">=dev-libs/glib-2 >=media-libs/libpng-1.2" DEPEND="${RDEPEND} - =dev-lang/python-2* + || ( dev-lang/python:2.7 dev-lang/python:2.6 ) dev-util/pkgconfig doc? ( >=app-doc/doxygen-1.5.0 )" @@ -37,6 +37,9 @@ src_prepare() { } src_configure() { + tc-export CXX + export LD="${CXX}" + local myconf="" use debug && myconf="--mode=debug" # econf does NOT work |