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/libre-sources | |
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/libre-sources')
-rw-r--r-- | sys-kernel/libre-sources/libre-sources-2.6.30.ebuild | 2 |
1 files changed, 1 insertions, 1 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="" |