Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 59100
Collapse All | Expand All

(-)portage/eclass/kde.eclass (+9 lines)
Lines 80-85 Link Here
80
		case $1 in
80
		case $1 in
81
			myconf)
81
			myconf)
82
				debug-print-section myconf
82
				debug-print-section myconf
83
				einfo "You can skip applications by specifing DO_NOT_COMPILE=app1 app2"
84
				einfo "in /etc/make.conf, this ebuild contains the following applications:"
85
				for prgm in $(find  ${S} -type d -maxdepth 1 -mindepth 1|sed 's%.*/%%'|grep -v CVS) ; do
86
					if echo "${DO_NOT_COMPILE}"|grep -q "$prgm" ; then
87
						eerror "${prgm} - DO NOT COMPILE"
88
					else
89
						einfo "${prgm}"
90
					fi
91
				done
83
				myconf="$myconf --host=${CHOST} --prefix=${PREFIX} --with-x --enable-mitshm --with-xinerama --with-qt-dir=${QTDIR} --enable-mt"
92
				myconf="$myconf --host=${CHOST} --prefix=${PREFIX} --with-x --enable-mitshm --with-xinerama --with-qt-dir=${QTDIR} --enable-mt"
84
				# calculate dependencies separately from compiling, enables ccache to work on kde compiles
93
				# calculate dependencies separately from compiling, enables ccache to work on kde compiles
85
				[ -z "$UNSERMAKE" ] && myconf="$myconf --disable-dependency-tracking"
94
				[ -z "$UNSERMAKE" ] && myconf="$myconf --disable-dependency-tracking"

Return to bug 59100