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 7AD611381F3 for ; Thu, 17 Oct 2013 19:26:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07E74E0B02; Thu, 17 Oct 2013 19:26:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5311AE0AFB for ; Thu, 17 Oct 2013 19:26:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E53E33EFE9 for ; Thu, 17 Oct 2013 19:26:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1205DE5464 for ; Thu, 17 Oct 2013 19:26:12 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1382037820.5cf505f8090f93322d6610afc47ebce446555989.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/pykde4/pykde4-4.11.49.9999.ebuild kde-base/pykde4/pykde4-9999.ebuild X-VCS-Directories: kde-base/pykde4/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5cf505f8090f93322d6610afc47ebce446555989 X-VCS-Branch: master Date: Thu, 17 Oct 2013 19:26:12 +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: 7437734e-7539-4842-8bfd-c839ec129a72 X-Archives-Hash: d5060a563557b3393ad736793d09b3ed commit: 5cf505f8090f93322d6610afc47ebce446555989 Author: Johannes Huber gentoo org> AuthorDate: Thu Oct 17 19:23:40 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Oct 17 19:23:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5cf505f8 [kde-base/pykde4] Use non deprecated BUILD_DIR var. Package-Manager: portage-2.2.7 --- kde-base/pykde4/pykde4-4.11.49.9999.ebuild | 4 ++-- kde-base/pykde4/pykde4-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild index 37dd17c..2f1d4c9 100644 --- a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild @@ -81,7 +81,7 @@ src_configure() { -DPYTHON_EXECUTABLE=${PYTHON} -DPYKDEUIC4_ALTINSTALL=TRUE ) - local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} + local BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_configure } @@ -95,7 +95,7 @@ echo_and_run() { src_compile() { compilation() { - local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} + local BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_compile } python_foreach_impl run_in_build_dir compilation diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild index 37dd17c..2f1d4c9 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -81,7 +81,7 @@ src_configure() { -DPYTHON_EXECUTABLE=${PYTHON} -DPYKDEUIC4_ALTINSTALL=TRUE ) - local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} + local BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_configure } @@ -95,7 +95,7 @@ echo_and_run() { src_compile() { compilation() { - local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} + local BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_compile } python_foreach_impl run_in_build_dir compilation