diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-02-09 22:07:34 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-02-09 22:07:34 +0000 |
commit | 05e8ef30e9168ccb6862c0e9993a231dcd1c6992 (patch) | |
tree | 0c04faec101ee92472a417c878d37f118f35c97d /eclass | |
parent | Version bump, use EAPI4 (diff) | |
download | historical-05e8ef30e9168ccb6862c0e9993a231dcd1c6992.tar.gz historical-05e8ef30e9168ccb6862c0e9993a231dcd1c6992.tar.bz2 historical-05e8ef30e9168ccb6862c0e9993a231dcd1c6992.zip |
Drop buggy code as discussed on qt@gentoo.org on 2012/02/02
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/qt4-build.eclass | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 109714d428f0..74651bad901c 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.121 2012/02/09 16:06:39 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.122 2012/02/09 22:07:34 hwoarang Exp $ + + 09 Feb 2012; Markos Chandras <hwoarang@gentoo.org> qt4-build.eclass: + Drop buggy code as discussed on qt@gentoo.org on 2012/02/02 09 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass: Use check on configuration file instead of has_version for EAPI0 ebuilds diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 763a0c503a0e..45155c230cc8 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -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/eclass/qt4-build.eclass,v 1.116 2012/01/31 23:02:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.117 2012/02/09 22:07:34 hwoarang Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -782,9 +782,6 @@ qt_mkspecs_dir() { else die "Unknown compiler '${CXX}'" fi - if [[ -n ${LIBDIR/lib} ]]; then - spec+=-${LIBDIR/lib} - fi # Add -64 for 64bit profiles if use x64-freebsd || |