diff options
author | 2006-01-12 13:41:52 +0000 | |
---|---|---|
committer | 2006-01-12 13:41:52 +0000 | |
commit | c4f5c0c70b256110eea09e5b17ed6b6d1338d262 (patch) | |
tree | 98a44efa82f292286a9f25d935a2c85ac7ef51e4 /eclass/kmod.eclass | |
parent | stable on amd64 wrt bug 118459 (diff) | |
download | gentoo-2-c4f5c0c70b256110eea09e5b17ed6b6d1338d262.tar.gz gentoo-2-c4f5c0c70b256110eea09e5b17ed6b6d1338d262.tar.bz2 gentoo-2-c4f5c0c70b256110eea09e5b17ed6b6d1338d262.zip |
Add warning about eclass being deprecated in favor of linux-mod/linux-info.
Diffstat (limited to 'eclass/kmod.eclass')
-rw-r--r-- | eclass/kmod.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kmod.eclass b/eclass/kmod.eclass index 4d72e944fdfb..b877a585b588 100644 --- a/eclass/kmod.eclass +++ b/eclass/kmod.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.17 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.18 2006/01/12 13:41:52 brix Exp $ # !!!!!!!!!! # -# BEWARE: DO NOT USE. THIS ECLASS IS DEPRECATED, BROKEN, AND WILL EAT YOUR -# CHILDREN. DO NOT USE. -latexer +# BEWARE: DO NOT USE. THIS ECLASS IS DEPRECATED AND BROKEN. DO NOT USE. +# Use linux-mod.eclass and/or linux-info.eclass instead. --brix # # !!!!!!!!!! |