diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-01-26 15:30:59 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-01-26 15:30:59 +0000 |
commit | cb2bd30972a71f375a417c44869c54a8e401e7e4 (patch) | |
tree | 76efb06e883d89c47d9def1eec80fbd1337b91dd /eclass | |
parent | stable on sparc (diff) | |
download | historical-cb2bd30972a71f375a417c44869c54a8e401e7e4.tar.gz historical-cb2bd30972a71f375a417c44869c54a8e401e7e4.tar.bz2 historical-cb2bd30972a71f375a417c44869c54a8e401e7e4.zip |
missing comment symbol at line 31
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 8322b2ea677b..b39ddd73ce05 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.21 2004/01/26 09:06:27 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.22 2004/01/26 15:30:59 lu_zero Exp $ # kernel.eclass rewrite for a clean base regarding the 2.6 series of kernel # with back-compatibility for 2.4 @@ -28,7 +28,7 @@ # UNIPATCH_LIST - space delimetered list of patches to be applied to the kernel # UNIPATCH_EXCLUDE - an addition var to support exlusion based completely on "<passedstring>*" and not "<passedno#>_*" - - this should _NOT_ be used from the ebuild as this is reserved for end users passing excludes from the cli +# - this should _NOT_ be used from the ebuild as this is reserved for end users passing excludes from the cli # UNIPATCH_DOCS - space delimemeted list of docs to be installed to the doc dir # UNIPATCH_STRICTORDER - if this is set places patches into directories of order, so they are applied in the order passed |