diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-04-28 16:15:33 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-04-28 16:15:33 +0000 |
commit | dbb78342c915848578a39e848f1c0fb3fd51030a (patch) | |
tree | 04ece3285b3af761838174a0ee8cffd51eab8bef /eclass/qt4-build.eclass | |
parent | Revision bump, add patch to improve python 3.3 support (fixes bug #451928). (diff) | |
download | historical-dbb78342c915848578a39e848f1c0fb3fd51030a.tar.gz historical-dbb78342c915848578a39e848f1c0fb3fd51030a.tar.bz2 historical-dbb78342c915848578a39e848f1c0fb3fd51030a.zip |
Bug #467646 - Refer to /etc/portage/make.conf, not /etc/make.conf.
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 6f06730ad85d..8a99acbe3705 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -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/eclass/qt4-build.eclass,v 1.145 2013/04/07 21:14:46 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.146 2013/04/28 16:15:33 zmedico Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -152,7 +152,7 @@ qt4-build_src_unpack() { # @FUNCTION: qt4-build_src_prepare # @DESCRIPTION: # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix -# the build system in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified in /etc/make.conf. +# the build system in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified in make.conf. qt4-build_src_prepare() { setqtenv |