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 3C682138204 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 F2748E0AFB; Thu, 17 Oct 2013 19:26:14 +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 2BB45E0AD0 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 3834133EFD2 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 E3FCFE5463 for ; Thu, 17 Oct 2013 19:26:11 +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: <1382037707.9ba900b7847cf35b1721f3ecf6c0ce6d9eba204e.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libgcal/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libgcal/libgcal-9999.ebuild X-VCS-Directories: net-libs/libgcal/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 9ba900b7847cf35b1721f3ecf6c0ce6d9eba204e X-VCS-Branch: master Date: Thu, 17 Oct 2013 19:26:11 +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: fdec0f0c-de05-4cb3-aebe-762e72e20faa X-Archives-Hash: fc0b693c1acb862c4c27060e2665a4e2 commit: 9ba900b7847cf35b1721f3ecf6c0ce6d9eba204e Author: Johannes Huber gentoo org> AuthorDate: Thu Oct 17 19:21:47 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Oct 17 19:21:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9ba900b7 [net-libs/libgcal] Use non deprecated BUILD_DIR var. Package-Manager: portage-2.2.7 --- net-libs/libgcal/libgcal-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libgcal/libgcal-9999.ebuild b/net-libs/libgcal/libgcal-9999.ebuild index 2e5e019..093a885 100644 --- a/net-libs/libgcal/libgcal-9999.ebuild +++ b/net-libs/libgcal/libgcal-9999.ebuild @@ -43,7 +43,7 @@ src_compile() { } src_install() { - use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/docs/doxygen/html/") + use doc && HTML_DOCS=("${BUILD_DIR}/docs/doxygen/html/") cmake-utils_src_install }