diff options
author | 2022-01-09 21:16:14 +0100 | |
---|---|---|
committer | 2022-01-10 17:03:28 +0100 | |
commit | eb31f363f575212412c4e6300ac1f392a14467db (patch) | |
tree | 04e2ee1186a1fd8fae31e2856984b578654de467 /net-libs | |
parent | net-libs/libbtbb: EAPI-8 bump, style fixes, HOMEPAGE, indentation (diff) | |
download | gentoo-eb31f363f575212412c4e6300ac1f392a14467db.tar.gz gentoo-eb31f363f575212412c4e6300ac1f392a14467db.tar.bz2 gentoo-eb31f363f575212412c4e6300ac1f392a14467db.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libbtbb/libbtbb-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |