From a826ef6c90ee310618290905b672b2f40de93dc4 Mon Sep 17 00:00:00 2001 From: "E. Liddell" Date: Sun, 6 Dec 2020 15:00:24 -0500 Subject: Removed obsolete memory warnings and corresponding forced MAKEOPTS for khelpcenter and various -doc packages. Something that consumes less than 1GB of RAM at -j15 doesn't need a warning on modern equipment (although it may have needed one in 2004). Signed-off-by: E. Liddell --- trinity-base/tdeutils-doc/tdeutils-doc-9999.ebuild | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'trinity-base/tdeutils-doc/tdeutils-doc-9999.ebuild') diff --git a/trinity-base/tdeutils-doc/tdeutils-doc-9999.ebuild b/trinity-base/tdeutils-doc/tdeutils-doc-9999.ebuild index 09cd1b5a..898fca44 100644 --- a/trinity-base/tdeutils-doc/tdeutils-doc-9999.ebuild +++ b/trinity-base/tdeutils-doc/tdeutils-doc-9999.ebuild @@ -11,14 +11,3 @@ DESCRIPTION="Documentaion for tdeutils-derived packages" RDEPEND="~trinity-base/khelpcenter-${PV}" -pkg_setup() { - # Issue some warning if MAKEOPTS -j parameter is higher than 4 - local makeopts_j - makeopts_j="$(echo "$MAKEOPTS" | sed -n 's/\(^\|.*\s\)\(-j\s*[0-9]\+\)\(\s.*\|$\)/\2/p')" - if [ -n "$makeopts_j" -a "$makeopts_j" > 4 ]; then - ewarn "This ebuild needs huge amoumt of memmory to compile in highly parallel" - ewarn "mode so it can chew it all. Please change your MAKEOPTS if building fails." - fi - - trinity-meta-2_pkg_setup -} -- cgit v1.2.1