summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSteven J Newbury <steve@snewbury.org.uk>2009-04-23 06:46:12 +0100
committerSteven J Newbury <steve@snewbury.org.uk>2009-04-23 06:46:12 +0100
commit4f5a7e22321c24b1dea44942d09ade95b8fed3e3 (patch)
tree43a160ee577defcf9238397c8a147ea803c0f0ba /eclass
parentApparently CMAKE build support has been broken for a while! (diff)
downloadmultilib-portage-4f5a7e22321c24b1dea44942d09ade95b8fed3e3.tar.gz
multilib-portage-4f5a7e22321c24b1dea44942d09ade95b8fed3e3.tar.bz2
multilib-portage-4f5a7e22321c24b1dea44942d09ade95b8fed3e3.zip
Remove extra einfo's added to aid debugging
Diffstat (limited to 'eclass')
-rw-r--r--eclass/multilib-native.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/multilib-native.eclass b/eclass/multilib-native.eclass
index 2c4debbb5..81702a395 100644
--- a/eclass/multilib-native.eclass
+++ b/eclass/multilib-native.eclass
@@ -217,7 +217,6 @@ multilib-native_setup_abi_env() {
# Multilib QT Support - This is needed for QT and CMake based packages
if [[ -n ${QTDIR} ]] || ${QTBINDIR} || [[ -n "${CMAKE_BUILD_TYPE}" ]]; then
- einfo Enabling QT support
libsuffix="${LIBDIR/lib}"
if [[ -n "${libsuffix}" ]]; then
QMAKESPEC="linux-g++-${libsuffix}"
@@ -258,7 +257,7 @@ multilib-native_setup_abi_env() {
# otherwise ECONF_SOURCE should point to the _prepared_ source dir and
# S into the build directory
if [[ -n "${CMAKE_BUILD_TYPE}" ]]; then
- einfo Multilib CMake Support, qmake provides the paths to link QT
+ # Multilib CMake Support, qmake provides the paths to link QT
mycmakeargs="${mycmakeargs} \
-DQT_QMAKE_EXECUTABLE:FILEPATH=${QMAKE}"
multilib_debug mycmakeargs "${mycmakeargs}"