From dd2a201c5484409433bf41e8caede7442586e2e9 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 12 Nov 2013 21:05:16 +0100 Subject: [PATCH] [eclass] sabayon-kernel: fix typo --- eclass/sabayon-kernel.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/sabayon-kernel.eclass b/eclass/sabayon-kernel.eclass index 58b97ab56..d9a48965d 100644 --- a/eclass/sabayon-kernel.eclass +++ b/eclass/sabayon-kernel.eclass @@ -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