diff options
author | 2005-01-30 03:46:23 +0000 | |
---|---|---|
committer | 2005-01-30 03:46:23 +0000 | |
commit | 2c8c474b980180749c501a83e87ec8d016a94eb8 (patch) | |
tree | e5fd1aa1a4359ea19eb9d8b2a42742cb8e5e16f6 /sys-kernel/mm-sources/mm-sources-2.6.11_rc2-r2.ebuild | |
parent | fix minor typo reported by phantom (diff) | |
download | gentoo-2-2c8c474b980180749c501a83e87ec8d016a94eb8.tar.gz gentoo-2-2c8c474b980180749c501a83e87ec8d016a94eb8.tar.bz2 gentoo-2-2c8c474b980180749c501a83e87ec8d016a94eb8.zip |
Bump.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-kernel/mm-sources/mm-sources-2.6.11_rc2-r2.ebuild')
-rw-r--r-- | sys-kernel/mm-sources/mm-sources-2.6.11_rc2-r2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-kernel/mm-sources/mm-sources-2.6.11_rc2-r2.ebuild b/sys-kernel/mm-sources/mm-sources-2.6.11_rc2-r2.ebuild new file mode 100644 index 000000000000..00eeb521b192 --- /dev/null +++ b/sys-kernel/mm-sources/mm-sources-2.6.11_rc2-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mm-sources/mm-sources-2.6.11_rc2-r2.ebuild,v 1.1 2005/01/30 03:46:23 robbat2 Exp $ + +K_PREPATCHED="yes" +UNIPATCH_STRICTORDER="yes" + +ETYPE="sources" +inherit kernel-2 +detect_version +UNIPATCH_LIST="${DISTDIR}/${KV_FULL}.bz2" +K_NOSETEXTRAVERSION="don't_set_it" +RESTRICT="nomirror" +DESCRIPTION="Andrew Morton's kernel, mostly fixes for 2.6 vanilla, some vm stuff too" +SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/people/akpm/patches/2.6/${KV/-mm*/}/${KV}/${KV}.bz2" + +KEYWORDS="~x86 ~amd64 ~ia64 -* ~ppc" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching development-sources +ebuild -- if the problem persists there, please file a bug at http://bugme.osdl.org. +If the problem only occurs with mm-sources then please contact Andrew Morton to +get your issue resolved." |