diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2016-11-24 10:43:23 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2016-11-24 10:43:23 +0000 |
commit | 015a71652c2506d03d198c9ac4f5c42bfc6d19e2 (patch) | |
tree | 58046c56f585b17ebd9dcd3b41d1da6cdc273f71 /dev-db/tokumx | |
parent | 94cb862e5756cad1c4b949f0550d47af8f6b9a7f (diff) | |
download | gentoo-015a71652c2506d03d198c9ac4f5c42bfc6d19e2.tar.gz gentoo-015a71652c2506d03d198c9ac4f5c42bfc6d19e2.tar.xz |
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
Diffstat (limited to 'dev-db/tokumx')
-rw-r--r-- | dev-db/tokumx/tokumx-2.0.2.ebuild | 4 |
1 files 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 f9bb49f1aed..21266ceed9d 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" |