From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2C3C138334 for ; Sun, 2 Sep 2018 12:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68617E084A; Sun, 2 Sep 2018 12:15:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39D84E084A for ; Sun, 2 Sep 2018 12:15:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 049A5335C9F for ; Sun, 2 Sep 2018 12:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21DB63BE for ; Sun, 2 Sep 2018 12:15:48 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1535890471.0a21d1471199fa57dfc58d14625ccd0cd185f85d.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/cryptodev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/cryptodev/cryptodev-1.9.ebuild sys-kernel/cryptodev/cryptodev-9999.ebuild X-VCS-Directories: sys-kernel/cryptodev/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 0a21d1471199fa57dfc58d14625ccd0cd185f85d X-VCS-Branch: master Date: Sun, 2 Sep 2018 12:15:48 +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: c7da1c57-bb18-48f1-ba8e-3aa675a27ed2 X-Archives-Hash: 9d65f21b591e015d8f830ef9fc76c555 commit: 0a21d1471199fa57dfc58d14625ccd0cd185f85d Author: Sven Wegener gentoo org> AuthorDate: Sun Sep 2 12:09:51 2018 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sun Sep 2 12:14:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a21d147 sys-kernel/cryptodev: Use KV_OUT_DIR for building Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-kernel/cryptodev/cryptodev-1.9.ebuild | 1 + sys-kernel/cryptodev/cryptodev-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-kernel/cryptodev/cryptodev-1.9.ebuild b/sys-kernel/cryptodev/cryptodev-1.9.ebuild index e4e62d997e6..db23339300e 100644 --- a/sys-kernel/cryptodev/cryptodev-1.9.ebuild +++ b/sys-kernel/cryptodev/cryptodev-1.9.ebuild @@ -21,6 +21,7 @@ RESTRICT="test" S=${WORKDIR}/${PN}-linux-${PV} MODULE_NAMES="cryptodev(extra:${S})" +BUILD_PARAMS="KERNEL_DIR=\"\${KV_OUT_DIR}\"" PATCHES="${FILESDIR}/cryptodev-1.9-fix-build-with-4.14-629958.patch" diff --git a/sys-kernel/cryptodev/cryptodev-9999.ebuild b/sys-kernel/cryptodev/cryptodev-9999.ebuild index 195433b5801..97182739422 100644 --- a/sys-kernel/cryptodev/cryptodev-9999.ebuild +++ b/sys-kernel/cryptodev/cryptodev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,6 +27,7 @@ DEPEND="virtual/linux-sources" RESTRICT="test" MODULE_NAMES="cryptodev(extra:${S})" +BUILD_PARAMS="KERNEL_DIR=\"\${KV_OUT_DIR}\"" pkg_pretend() { if use kernel_linux ; then