diff options
author | Nick White <git@njw.me.uk> | 2009-06-16 09:38:59 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-06-16 09:38:59 +0100 |
commit | c2acb28e796b839e5adda5b84bc18d91dc54602b (patch) | |
tree | 40d0509b427bf8432a8d6115f18fd3316088dbcb /sys-kernel/libregentoo-sources | |
parent | 21d6c9f32d1dca6e8149cdf8169d960cca7577d8 (diff) | |
download | njw-gentoo-local-c2acb28e796b839e5adda5b84bc18d91dc54602b.tar.bz2 njw-gentoo-local-c2acb28e796b839e5adda5b84bc18d91dc54602b.zip |
Try setting URIs in eclass
Diffstat (limited to 'sys-kernel/libregentoo-sources')
-rw-r--r-- | sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r1.ebuild b/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r1.ebuild index d0f8ddf..9c12530 100644 --- a/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r1.ebuild +++ b/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r1.ebuild @@ -13,4 +13,6 @@ http://dev.gentoo.org/~dsd/genpatches" DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} blob free version of the Linux kernel tree" -SRC_URI="${LIBREKERNEL_URI} ${DEBLOB_URI} ${GENPATCHES_URI} ${ARCH_URI}" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${DEBLOB_URI}" + +# TODO: check patches with deblob script (do this in eclass) |