[eclass] sabayon-kernel: fix typo

This commit is contained in:
Fabio Erculiani
2013-11-12 21:05:16 +01:00
parent 9ef119b1ea
commit dd2a201c54
+1 -1
View File
@@ -291,7 +291,7 @@ _is_kernel_lts() {
if _is_kernel_binary; then
PROVIDE="virtual/linux-binary"
# LTS support
fi [ "${K_KERNEL_LTS}" = "1" ] || _is_kernel_lts; then
if [ "${K_KERNEL_LTS}" = "1" ] || _is_kernel_lts; then
PROVIDE+=" virtual/linux-binary-lts"
fi
fi