diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-07-18 20:18:36 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-07-18 20:18:36 +0000 |
commit | 9aefc004e295456bb140713c210598c37cbba154 (patch) | |
tree | 8e79f8f182c09cdef46fc18ebf671be46fee12e8 /sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild | |
parent | version bump for a bugfix, and ebuild cleanup (diff) | |
download | gentoo-2-9aefc004e295456bb140713c210598c37cbba154.tar.gz gentoo-2-9aefc004e295456bb140713c210598c37cbba154.tar.bz2 gentoo-2-9aefc004e295456bb140713c210598c37cbba154.zip |
Fix #82243, #99275, add S390 fixes.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild index 7c0a54eb1b3c..c23f3cea7b5b 100644 --- a/sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild,v 1.12 2005/07/16 01:29:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild,v 1.13 2005/07/18 20:18:36 plasmaroo Exp $ ETYPE="headers" H_SUPPORTEDARCH="alpha amd64 arm hppa m68k ia64 ppc ppc64 s390 sh sparc x86" inherit eutils kernel-2 detect_version -PATCHES_V='3' +PATCHES_V='4' SRC_URI="${KERNEL_URI} mirror://gentoo/linux-2.6.11-m68k-headers.patch.bz2 http://dev.gentoo.org/~plasmaroo/patches/kernel/gentoo-headers/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2" |