diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-15 20:54:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-15 20:54:30 +0000 |
commit | cfa194ae9f0a4e332a939b8a8be9faf9dc8d7c69 (patch) | |
tree | 934e408aa4c2739edce613f1084fbe682ac0d3d2 /sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild | |
parent | Add ~ppc64 (diff) | |
download | historical-cfa194ae9f0a4e332a939b8a8be9faf9dc8d7c69.tar.gz historical-cfa194ae9f0a4e332a939b8a8be9faf9dc8d7c69.tar.bz2 historical-cfa194ae9f0a4e332a939b8a8be9faf9dc8d7c69.zip |
Add support for blackfin devices.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild index 34760c0afedf..9119dd70b545 100644 --- a/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild @@ -1,22 +1,24 @@ # Copyright 1999-2006 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-r3.ebuild,v 1.3 2006/01/07 03:49:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild,v 1.4 2006/01/15 20:54:30 vapier Exp $ ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arm hppa m68k ia64 ppc ppc64 s390 sh sparc x86" +H_SUPPORTEDARCH="alpha amd64 arm bfin hppa m68k ia64 ppc ppc64 s390 sh sparc x86" inherit eutils kernel-2 detect_version PATCHES_V='7' SRC_URI="${KERNEL_URI} mirror://gentoo/linux-2.6.11-m68k-headers.patch.bz2 + mirror://gentoo/linux-2.6.12.1-blackfin.patch.bz2 http://dev.gentoo.org/~plasmaroo/patches/kernel/gentoo-headers/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2" KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" # Not tested to be fully stable, if things break file bugs to plasmaroo please... DEPEND="ppc? ( gcc64? ( sys-devel/gcc-powerpc64 ) ) sparc? ( gcc64? ( sys-devel/gcc-sparc64 ) )" -UNIPATCH_LIST="${DISTDIR}/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2" +UNIPATCH_LIST="${DISTDIR}/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2 + ${DISTDIR}/linux-2.6.12.1-blackfin.patch.bz2" src_unpack() { kernel-2_src_unpack |