From 0cdba49c2a095ba43667b418276a5743660bce3b Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Tue, 22 Aug 2023 16:05:11 +0200 Subject: app-misc/openrgb: check for at least 2GB of build space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-misc/openrgb/openrgb-0.8-r1.ebuild | 4 +++- app-misc/openrgb/openrgb-0.9.ebuild | 4 +++- app-misc/openrgb/openrgb-9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'app-misc/openrgb') diff --git a/app-misc/openrgb/openrgb-0.8-r1.ebuild b/app-misc/openrgb/openrgb-0.8-r1.ebuild index d80c05c700e6..cb719d3d0b9a 100644 --- a/app-misc/openrgb/openrgb-0.8-r1.ebuild +++ b/app-misc/openrgb/openrgb-0.8-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic qmake-utils udev xdg-utils +inherit check-reqs flag-o-matic qmake-utils udev xdg-utils if [[ ${PV} == *9999* ]]; then inherit git-r3 @@ -47,6 +47,8 @@ PATCHES+=( "${FILESDIR}"/OpenRGB-0.8-includes.patch ) +CHECKREQS_DISK_BUILD="2G" + src_prepare() { default rm -r dependencies/{httplib,hidapi,libusb,mdns,json,mbedtls}* \ diff --git a/app-misc/openrgb/openrgb-0.9.ebuild b/app-misc/openrgb/openrgb-0.9.ebuild index f67f687b0ada..9c15691b3b6b 100644 --- a/app-misc/openrgb/openrgb-0.9.ebuild +++ b/app-misc/openrgb/openrgb-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic qmake-utils udev xdg-utils +inherit check-reqs flag-o-matic qmake-utils udev xdg-utils if [[ ${PV} == *9999* ]]; then inherit git-r3 @@ -46,6 +46,8 @@ PATCHES+=( "${FILESDIR}"/OpenRGB-0.9-udev-check.patch ) +CHECKREQS_DISK_BUILD="2G" + src_prepare() { default rm -r dependencies/{httplib,hidapi,libusb,mdns,json,mbedtls}* \ diff --git a/app-misc/openrgb/openrgb-9999.ebuild b/app-misc/openrgb/openrgb-9999.ebuild index 0b3ebc85f6c8..9fdf9377f299 100644 --- a/app-misc/openrgb/openrgb-9999.ebuild +++ b/app-misc/openrgb/openrgb-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic qmake-utils udev xdg-utils +inherit check-reqs flag-o-matic qmake-utils udev xdg-utils if [[ ${PV} == *9999* ]]; then inherit git-r3 @@ -46,6 +46,8 @@ PATCHES+=( "${FILESDIR}"/OpenRGB-0.9-udev-check.patch ) +CHECKREQS_DISK_BUILD="2G" + src_prepare() { default rm -r dependencies/{httplib,hidapi,libusb,mdns,json,mbedtls}* \ -- cgit v1.2.3-65-gdbad