From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F5691393EA for ; Wed, 19 Mar 2014 15:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05A79E0A5B; Wed, 19 Mar 2014 15:06:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BADAE0A5B for ; Wed, 19 Mar 2014 15:06:12 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCEC733FCE5 for ; Wed, 19 Mar 2014 15:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7D568188EB for ; Wed, 19 Mar 2014 15:06:09 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1395241474.b3a79b41d15b274b1e0471bdfa54065e9e3dc2e3.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde-frameworks.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b3a79b41d15b274b1e0471bdfa54065e9e3dc2e3 X-VCS-Branch: master Date: Wed, 19 Mar 2014 15:06:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9c9a2308-4229-4b28-b394-5cfbbd595e51 X-Archives-Hash: 9718b42f74f173829f963bbe53d10f29 commit: b3a79b41d15b274b1e0471bdfa54065e9e3dc2e3 Author: Michael Palimaka gentoo org> AuthorDate: Wed Mar 19 15:04:34 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Mar 19 15:04:34 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b3a79b41 [eclass] Remove cross compilation support that has been handled by cmake-utils for a while. --- eclass/kde-frameworks.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass index 00a83d8..72ddf84 100644 --- a/eclass/kde-frameworks.eclass +++ b/eclass/kde-frameworks.eclass @@ -234,9 +234,6 @@ kde-frameworks_src_configure() { append-cppflags -DQT_NO_DEBUG fi - # Here we set the install prefix - tc-is-cross-compiler || cmakeargs+=(-DCMAKE_INSTALL_PREFIX="${EPREFIX}${PREFIX}") - #qmake -query QT_INSTALL_LIBS unavailable when cross-compiling # todo: is this still relevant? tc-is-cross-compiler && cmakeargs+=(-DQT_LIBRARY_DIR=${ROOT}/usr/$(get_libdir)/qt4)