From f3437f7bc66ceebb241a8d5fdd5a9d58b78c6e63 Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.me.uk>
Date: Thu, 18 Jun 2009 11:11:24 +0100
Subject: Update ebuilds to EAPI 2

---
 eclass/kernel-libre.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'eclass')

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
-- 
cgit v1.2.3