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 EB44A1381F3 for ; Wed, 16 Oct 2013 21:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86B40E0953; Wed, 16 Oct 2013 21:47:33 +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 25485E0953 for ; Wed, 16 Oct 2013 21:47:33 +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 3D54C33EA66 for ; Wed, 16 Oct 2013 21:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E650CE5308 for ; Wed, 16 Oct 2013 21:47:30 +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: <1381959836.8a1ec27aec32423b9887486317bdff3cbb953346.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 8a1ec27aec32423b9887486317bdff3cbb953346 X-VCS-Branch: master Date: Wed, 16 Oct 2013 21:47:30 +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: d77647e0-240d-424a-90f6-ee75fcf7f3df X-Archives-Hash: 01ab94dc6ccccc80a1f3b8a889090537 commit: 8a1ec27aec32423b9887486317bdff3cbb953346 Author: Johannes Huber gentoo org> AuthorDate: Wed Oct 16 21:43:56 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Oct 16 21:43:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a1ec27a [net-libs/telepathy-qt] Replace deprecated build dir var. Package-Manager: portage-2.2.1 --- net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index aeabb93..29058e2 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -59,7 +59,7 @@ src_configure() { } src_test() { - pushd "${CMAKE_BUILD_DIR}" > /dev/null + pushd "${BUILD_DIR}" > /dev/null Xemake test || die "tests failed" popd > /dev/null }