summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-06-18 11:11:24 +0100
committerNick White <git@njw.me.uk>2009-06-18 11:11:24 +0100
commitf3437f7bc66ceebb241a8d5fdd5a9d58b78c6e63 (patch)
treeda6fde539eeec65c844c2d3c71058acbf56aa8f0 /eclass
parentaa976b0bb38b2f1594dd4583bb454fc614b5fa65 (diff)
downloadnjw-gentoo-local-f3437f7bc66ceebb241a8d5fdd5a9d58b78c6e63.tar.bz2
njw-gentoo-local-f3437f7bc66ceebb241a8d5fdd5a9d58b78c6e63.zip
Update ebuilds to EAPI 2
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