summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdegames-doc/tdegames-doc-9999.ebuild
diff options
context:
space:
mode:
authorE. Liddell <ejlddll@warpmail.net>2020-12-06 15:00:24 -0500
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-12-07 00:43:07 +0000
commita826ef6c90ee310618290905b672b2f40de93dc4 (patch)
treea39cd4d3f4d1455dcbe45bb0592446b0ae31e512 /trinity-base/tdegames-doc/tdegames-doc-9999.ebuild
parent26978a55dce42b6c2ec29ef912508d5ae0c5a6e9 (diff)
downloadtde-packaging-gentoo-a826ef6c90ee310618290905b672b2f40de93dc4.tar.gz
tde-packaging-gentoo-a826ef6c90ee310618290905b672b2f40de93dc4.zip
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 <ejlddll@warpmail.net>
Diffstat (limited to 'trinity-base/tdegames-doc/tdegames-doc-9999.ebuild')
-rw-r--r--trinity-base/tdegames-doc/tdegames-doc-9999.ebuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/trinity-base/tdegames-doc/tdegames-doc-9999.ebuild b/trinity-base/tdegames-doc/tdegames-doc-9999.ebuild
index 9dfc1578..88c2bf97 100644
--- a/trinity-base/tdegames-doc/tdegames-doc-9999.ebuild
+++ b/trinity-base/tdegames-doc/tdegames-doc-9999.ebuild
@@ -12,15 +12,3 @@ DESCRIPTION="Documentaion for tdegames-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
-}