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

(-)file_not_specified_in_diff (-3 / +27 lines)
Line 49 Link Here
49
#
50
# UNIPATCH_LIST_LOCAL   - a space delimited list of local (unsupported) patch
51
#                         sets (xxx.tar.gz) to be applied to the kernel. Can 
52
#                         be specified as ${FILESDIR}/patch.tgz or 
53
#                         ${DISTDIR}/patch.tgz depending upon whether the 
54
#                         patches are stored in the files subdirectory or 
55
#                         specified in ${SRC_URI}. The patch sets should follow
56
#                         the standard genpatches organizational and naming
57
#                         structure.
58
#
Line 617 Link Here
627
628
    if [[ -n "${UNIPATCH_LIST_LOCAL}" ]]; then
629
	   ewarn "This kernel contains unsupported 3rd party patches."
630
	   ewarn "and IS NOT supported by the Gentoo kernel developers."
631
	   echo
632
	   ewarn "Please do not file bugs (of any kind) while using this kernel."
633
	   ewarn "You may have to drop these patches when working through bug reports."
634
	   echo 
635
	   ewarn "If you absolutely must report a bug while using this kernel,"
636
	   ewarn "you must state that you applied your own kernel patches and"
637
	   ewarn "specify the nature of those changes on all Gentoo bug reports."
638
	   echo
639
	fi
Lines 957-958 Link Here
957
	[[ -n ${UNIPATCH_LIST} || -n ${UNIPATCH_LIST_DEFAULT} || -n ${UNIPATCH_LIST_GENPATCHES} ]] && \
980
	[[ -n ${UNIPATCH_LIST} || -n ${UNIPATCH_LIST_DEFAULT} || \
958
		unipatch "${UNIPATCH_LIST_DEFAULT} ${UNIPATCH_LIST_GENPATCHES} ${UNIPATCH_LIST}"
981
	   -n ${UNIPATCH_LIST_GENPATCHES} || -n ${UNIPATCH_LIST_LOCAL} ]] && \
959
--
982
		unipatch "${UNIPATCH_LIST_DEFAULT} ${UNIPATCH_LIST_GENPATCHES}
983
		${UNIPATCH_LIST} ${UNIPATCH_LIST_LOCAL}"

Return to bug 120357