diff options
Diffstat (limited to 'dev-lua/resty-lrucache/resty-lrucache-9999.ebuild')
-rw-r--r-- | dev-lua/resty-lrucache/resty-lrucache-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lua/resty-lrucache/resty-lrucache-9999.ebuild b/dev-lua/resty-lrucache/resty-lrucache-9999.ebuild index 018e5dc..f99aa97 100644 --- a/dev-lua/resty-lrucache/resty-lrucache-9999.ebuild +++ b/dev-lua/resty-lrucache/resty-lrucache-9999.ebuild @@ -18,13 +18,12 @@ KEYWORDS="" IUSE="luajit" RDEPEND=" - !luajit? ( >=dev-lang/lua-5.1 ) - luajit? ( dev-lang/luajit:2 ) + virtual/lua[luajit=] www-servers/nginx[nginx_modules_http_lua] " DEPEND=" ${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig " src_install() { |