commit: 015a71652c2506d03d198c9ac4f5c42bfc6d19e2
Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 10:43:23 2016 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 10:43:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015a7165
dev-db/tokumx: Add CHECKREQS enforcement of 13G free build space. Research by
Toralf Förster closes bug #543612.
Package-Manager: portage-2.3.2
dev-db/tokumx/tokumx-2.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-db/tokumx/tokumx-2.0.2.ebuild
b/dev-db/tokumx/tokumx-2.0.2.ebuild
index f9bb49f..21266ce 100644
--- a/dev-db/tokumx/tokumx-2.0.2.ebuild
+++ b/dev-db/tokumx/tokumx-2.0.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
CMAKE_BUILD_TYPE=Release
PYTHON_COMPAT=( python2_7 )
-inherit python-r1 cmake-utils pax-utils
+inherit python-r1 cmake-utils pax-utils check-reqs
MY_P=${PN}-enterprise-${PV}
@@ -33,8 +33,8 @@ DEPEND="${RDEPEND}
"
S="${WORKDIR}/${MY_P}"
-#BUILD_DIR="${MY_P}/build"
QA_PRESTRIPPED="/usr/lib64/libHotBackup.so"
+CHECKREQS_DISK_BUILD="13G"
src_prepare() {
eapply "${FILESDIR}/${P}-no-werror.patch"