summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-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 2923807..1eac8cc 100644
--- a/eclass/kernel-libre.eclass
+++ b/eclass/kernel-libre.eclass
@@ -11,7 +11,7 @@ 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
-if [[ $EAPI -eq 2 ]]; then
+if [[ $EAPI == 2 ]]; then
DEBLOB_CHECK="${DEBLOB_CHECK}-${OKV}"
DEBLOB_URI="${DEBLOB_URI} -> ${DEBLOB_CHECK}"
fi