blob: 5921545a8b99a1406c28b1066ca9c69358294c8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
K_SECURITY_UNSUPPORTED="1"
ETYPE="sources"
inherit kernel-libre
detect_version
DESCRIPTION="Full sources for the BLOB free version of the Linux kernel"
HOMEPAGE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"
SRC_URI="${KERNEL_URI}"
KEYWORDS="~amd64 ~x86"
IUSE=""
|