summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-06-18 11:12:17 +0100
committerNick White <git@njw.me.uk>2009-06-18 11:12:17 +0100
commit8f9c98190d82a0b477b5c24acf83462b1d9a30c1 (patch)
tree9fa9eb10bc2c7f719c9932e8d56ebb2f44a73701
parentf3437f7bc66ceebb241a8d5fdd5a9d58b78c6e63 (diff)
downloadnjw-gentoo-local-8f9c98190d82a0b477b5c24acf83462b1d9a30c1.tar.bz2
njw-gentoo-local-8f9c98190d82a0b477b5c24acf83462b1d9a30c1.zip
Small tweak
-rw-r--r--eclass/kernel-libre.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-libre.eclass b/eclass/kernel-libre.eclass
index 1eac8cc..ebc009e 100644
--- a/eclass/kernel-libre.eclass
+++ b/eclass/kernel-libre.eclass
@@ -10,7 +10,7 @@ KERNEL_URI="http://www.linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-libr
DEBLOB_CHECK="deblob-check"
DEBLOB_URI="http://www.linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-libre${LIBRE_VER}/${DEBLOB_CHECK}"
-# if the package manager is capable, rename deblob-check to avoid collisions
+# rename deblob-check to avoid collisions
if [[ $EAPI == 2 ]]; then
DEBLOB_CHECK="${DEBLOB_CHECK}-${OKV}"
DEBLOB_URI="${DEBLOB_URI} -> ${DEBLOB_CHECK}"