commit: eb31f363f575212412c4e6300ac1f392a14467db
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 9 20:16:14 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 16:03:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb31f363
net-libs/libbtbb: ENABLE_PYTHON=OFF so BUILD_ROOT is never used
Fixes forbidden ${ED} usage.
Bug: https://bugs.gentoo.org/659382
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/libbtbb/libbtbb-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild
b/net-libs/libbtbb/libbtbb-9999.ebuild
index 07ebc4c4767b..fbdd1cde9c2c 100644
--- a/net-libs/libbtbb/libbtbb-9999.ebuild
+++ b/net-libs/libbtbb/libbtbb-9999.ebuild
@@ -70,7 +70,6 @@ src_configure() {
local mycmakeargs=(
-DENABLE_PYTHON=OFF
-DBUILD_STATIC_LIB=$(usex static-libs)
- -DBUILD_ROOT="${ED}"
)
cmake_src_configure