diff options
author | Nick White <git@njw.me.uk> | 2009-07-05 23:51:11 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-07-05 23:51:11 +0100 |
commit | ebd317d371dc6a7f478860d07d61dd6188947041 (patch) | |
tree | c64e9011b6b993d85144bf5c93c339d44f1e16ca /sys-kernel | |
parent | c51c20599875907ce50c35b1008082f41f464ef0 (diff) | |
download | njw-gentoo-local-ebd317d371dc6a7f478860d07d61dd6188947041.tar.bz2 njw-gentoo-local-ebd317d371dc6a7f478860d07d61dd6188947041.zip |
Bumped to latest gentoo-sources kernel patchset
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r2.ebuild b/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r2.ebuild new file mode 100644 index 0000000..5c2d54d --- /dev/null +++ b/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r2.ebuild @@ -0,0 +1,16 @@ +EAPI="2" + +K_SECURITY_UNSUPPORTED="1" +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="3" +inherit kernel-libre +detect_version +detect_arch + +KEYWORDS="~x86" +IUSE="" +HOMEPAGE="http://www.fsfla.org/svnwiki/selibre/linux-libre/ http://dev.gentoo.org/~dsd/genpatches" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} blob free version of the kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${DEBLOB_URI}" |