You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
535 B
25 lines
535 B
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="5"
|
|
|
|
K_NOUSENAME="yes"
|
|
K_NOSETEXTRAVERSION="yes"
|
|
ETYPE='sources'
|
|
K_SECURITY_UNSUPPORTED="1"
|
|
inherit kernel-2
|
|
detect_arch
|
|
detect_version
|
|
|
|
# version of gentoo patchset
|
|
XBOX_PATCHES=linux-2.6.16-xbox.patch.gz
|
|
|
|
KEYWORDS="-* ~x86"
|
|
UNIPATCH_LIST="
|
|
${ARCH_PATCH}
|
|
${DISTDIR}/${XBOX_PATCHES}"
|
|
DESCRIPTION="Full sources for the Xbox Linux kernel"
|
|
SRC_URI="${KERNEL_URI}
|
|
${ARCH_URI}
|
|
mirror://sourceforge/xbox-linux/${XBOX_PATCHES}"
|