diff options
author | Nick White <git@njw.me.uk> | 2009-06-16 12:11:39 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-06-16 12:11:39 +0100 |
commit | abda548dbd0195ce04547f5fc89188662995f0e4 (patch) | |
tree | 445049582bfa03171d16b0e53c12a0ccb46c5cec /sys-kernel | |
parent | c2acb28e796b839e5adda5b84bc18d91dc54602b (diff) | |
download | njw-gentoo-local-abda548dbd0195ce04547f5fc89188662995f0e4.tar.bz2 njw-gentoo-local-abda548dbd0195ce04547f5fc89188662995f0e4.zip |
Check patches for blobs, and fix uri setting
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/libre-sources/libre-sources-2.6.30.ebuild | 2 | ||||
-rw-r--r-- | sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r1.ebuild | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sys-kernel/libre-sources/libre-sources-2.6.30.ebuild b/sys-kernel/libre-sources/libre-sources-2.6.30.ebuild index dfc113c..8ef9991 100644 --- a/sys-kernel/libre-sources/libre-sources-2.6.30.ebuild +++ b/sys-kernel/libre-sources/libre-sources-2.6.30.ebuild @@ -5,7 +5,7 @@ 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="${LIBREKERNEL_URI}" +SRC_URI="${KERNEL_URI}" KEYWORDS="~amd64 ~x86" IUSE="" 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 9c12530..6449dfa 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 @@ -14,5 +14,3 @@ 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="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${DEBLOB_URI}" - -# TODO: check patches with deblob script (do this in eclass) |