summaryrefslogtreecommitdiffstats
path: root/aports/pkg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'aports/pkg.lua')
-rw-r--r--aports/pkg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/aports/pkg.lua b/aports/pkg.lua
index 66f94cc..b6c6aad 100644
--- a/aports/pkg.lua
+++ b/aports/pkg.lua
@@ -95,7 +95,7 @@ function M.libc_enabled(pkg)
return not pkg.options["!libc_"..libc]
end
-function M.enabled(pkg)
+function M.relevant(pkg)
return pkg:arch_enabled() and pkg:libc_enabled()
end