diff options
author | Nick White <git@njw.me.uk> | 2009-11-10 20:40:55 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-11-10 20:40:55 +0000 |
commit | 25441ad6d27d2f1d79e842242d5cb06aa265aea7 (patch) | |
tree | ca5693e565d18e9971fbf05b826ce652d3731d04 /sys-kernel/libre-sources | |
parent | 806f807bb7758a745f0b3fe0f711cab0f22a0424 (diff) | |
download | njw-gentoo-local-25441ad6d27d2f1d79e842242d5cb06aa265aea7.tar.bz2 njw-gentoo-local-25441ad6d27d2f1d79e842242d5cb06aa265aea7.zip |
Added latest libre-sources build
Diffstat (limited to 'sys-kernel/libre-sources')
-rw-r--r-- | sys-kernel/libre-sources/libre-sources-2.6.31.6.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-kernel/libre-sources/libre-sources-2.6.31.6.ebuild b/sys-kernel/libre-sources/libre-sources-2.6.31.6.ebuild new file mode 100644 index 0000000..533b0fd --- /dev/null +++ b/sys-kernel/libre-sources/libre-sources-2.6.31.6.ebuild @@ -0,0 +1,18 @@ +# 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" +LIBRE_VER=1 +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="" |