diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-07-09 20:48:20 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-07-09 20:48:20 +0000 |
commit | 341207d9a88f3c802b7dd142a37f020f72b8cd60 (patch) | |
tree | 8c27cfeed60082f1ab175cab77d79493abade3d2 /sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild | |
parent | sync IUSE (+java -tetex) (diff) | |
download | gentoo-2-341207d9a88f3c802b7dd142a37f020f72b8cd60.tar.gz gentoo-2-341207d9a88f3c802b7dd142a37f020f72b8cd60.tar.bz2 gentoo-2-341207d9a88f3c802b7dd142a37f020f72b8cd60.zip |
Fix #97556, #98443.
(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 843246a88139..cdba2423d25b 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.10 2005/07/09 02:03:50 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.11-r2.ebuild,v 1.11 2005/07/09 20:48:20 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='2' +PATCHES_V='3' 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" |