Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 556268 - app-office/libreoffice: CHECKREQS_DISK_BUILD should apply only for source build
Summary: app-office/libreoffice: CHECKREQS_DISK_BUILD should apply only for source build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-29 20:28 UTC by Agostino Sarubbo
Modified: 2015-10-10 09:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2015-07-29 20:28:46 UTC
As discussed on irc, if I'm installing my own binpkg of libreoffice, it always checks for 6GB of disk space.

The following code seems to fix:

if [[ ${MERGE_TYPE} != binary ]] ; then CHECKREQS_DISK_BUILD="6G" ; fi
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2015-10-10 09:46:49 UTC
done