diff options
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.4.33.3.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.4.33.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.33.3.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.33.3.ebuild new file mode 100644 index 000000000000..f96e356f1930 --- /dev/null +++ b/sys-kernel/linux-headers/linux-headers-2.4.33.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +ETYPE="headers" +H_SUPPORTEDARCH="alpha amd64 arm m68k ppc sh sparc x86" +inherit eutils kernel-2 +detect_version + +PATCHES_V="1" + +SRC_URI="${KERNEL_URI} mirror://gentoo/gentoo-headers-${OKV}-${PATCHES_V}.tar.bz2" + +KEYWORDS="-* alpha -amd64 arm hppa ia64 m68k -mips ppc ppc64 s390 sh sparc x86" + +UNIPATCH_LIST="${DISTDIR}/gentoo-headers-${OKV}-${PATCHES_V}.tar.bz2" |