diff options
author | John Mylchreest <johnm@gentoo.org> | 2005-03-08 21:43:32 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2005-03-08 21:43:32 +0000 |
commit | a0f60f69e68a2c9e64329eebb1e323e90ba6e8a8 (patch) | |
tree | 267e6e90b189600f170c5cc8f25a3ba440ad6cb3 /eclass | |
parent | Changing array substitutions to _ not -, this prevents the cosmetic bad subst... (diff) | |
download | historical-a0f60f69e68a2c9e64329eebb1e323e90ba6e8a8.tar.gz historical-a0f60f69e68a2c9e64329eebb1e323e90ba6e8a8.tar.bz2 historical-a0f60f69e68a2c9e64329eebb1e323e90ba6e8a8.zip |
Correcting commit message. What was actually done was fixing strict_count to pad zeroes so that sort -n would not fail
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 66d803245b1a..d0fa88001c38 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.108 2005/03/08 21:40:45 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.109 2005/03/08 21:43:32 johnm Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -51,6 +51,7 @@ # UNIPATCH_STRICTORDER - if this is set places patches into directories of # order, so they are applied in the order passed + inherit toolchain-funcs versionator multilib ECLASS="kernel-2" INHERITED="$INHERITED $ECLASS" |