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 9BD141391DB for ; Wed, 19 Mar 2014 15:18:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 367C1E0AB1; Wed, 19 Mar 2014 15:18:37 +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 BE0D3E0AB1 for ; Wed, 19 Mar 2014 15:18:36 +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 E6D9C33FD5F for ; Wed, 19 Mar 2014 15:18:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8FDF518875 for ; Wed, 19 Mar 2014 15:18:34 +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: <1395242302.4c1206faf674a5afe06fc30e9dd7c701cb356e24.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: 4c1206faf674a5afe06fc30e9dd7c701cb356e24 X-VCS-Branch: master Date: Wed, 19 Mar 2014 15:18:34 +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: 9e8931fe-b529-42d6-8e6a-878b2e71323c X-Archives-Hash: 4ea6c68284709877d1d1cf3c08659770 commit: 4c1206faf674a5afe06fc30e9dd7c701cb356e24 Author: Michael Palimaka gentoo org> AuthorDate: Wed Mar 19 15:18:22 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Mar 19 15:18:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4c1206fa [eclass] Remove more legacy stuff. --- eclass/kde-frameworks.eclass | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass index c167c45..e1e03c1 100644 --- a/eclass/kde-frameworks.eclass +++ b/eclass/kde-frameworks.eclass @@ -236,12 +236,6 @@ kde-frameworks_src_configure() { local cmakeargs - #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) - #kde-config -path data unavailable when cross-compiling - tc-is-cross-compiler && cmakeargs+=(-DKDE4_DATA_DIR=${ROOT}/usr/share/apps/) - if ! use_if_iuse test ; then cmakeargs+=( -DBUILD_TESTING=OFF ) fi