diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-11-25 23:39:34 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-11-25 23:39:34 +0000 |
commit | 7ec94e424916ce1600a129fb8e8bd9a4ee8a8cb7 (patch) | |
tree | e47ebb5fbd93190301ef9cb1f999d9d6c201f7b2 /eclass/kernel-2.eclass | |
parent | Switch to use mirror:// syntax. Removed ebuild with xosd USE flag support bec... (diff) | |
download | gentoo-2-7ec94e424916ce1600a129fb8e8bd9a4ee8a8cb7.tar.gz gentoo-2-7ec94e424916ce1600a129fb8e8bd9a4ee8a8cb7.tar.bz2 gentoo-2-7ec94e424916ce1600a129fb8e8bd9a4ee8a8cb7.zip |
fixing a little format error I missed earlier
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 138ab1853037..d39b346123e9 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.49 2004/11/25 23:05:30 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.50 2004/11/25 23:39:34 johnm Exp $ # kernel.eclass rewrite for a clean base regarding the 2.6 series of kernel # with back-compatibility for 2.4 @@ -32,7 +32,8 @@ # postinst and can be used to carry additional postinst # messages # K_EXTRAEWARN - same as K_EXTRAEINFO except ewarn's instead of einfo's -# K_NODETECTVER - Dont try to detect_version in pkg_setup. we will specify KV, OKV and EXTRAVERSION ourselves. +# K_NODETECTVER - Dont try to detect_version in pkg_setup. we will +# specify KV, OKV and EXTRAVERSION ourselves. # H_SUPPORTEDARCH - this should be a space separated list of ARCH's which # can be supported by the headers ebuild # UNIPATCH_LIST - space delimetered list of patches to be applied to the |