summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <git@mva.name>2015-04-04 21:39:11 +0600
committerVadim A. Misbakh-Soloviov <git@mva.name>2015-04-04 21:39:11 +0600
commitd6df0b7f32f667eb1f8d053a8edd8c1f6386df96 (patch)
tree5936021acfc9b27cefffb47b7fbea53b79e1dd37 /dev-lua/alt-getopt
parent[virtual/lua] fixed eselect deps (diff)
downloadlua-d6df0b7f32f667eb1f8d053a8edd8c1f6386df96.tar.gz
lua-d6df0b7f32f667eb1f8d053a8edd8c1f6386df96.tar.bz2
lua-d6df0b7f32f667eb1f8d053a8edd8c1f6386df96.zip
[*/*] LuaJITify
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
Diffstat (limited to 'dev-lua/alt-getopt')
-rw-r--r--dev-lua/alt-getopt/alt-getopt-0.7.0.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lua/alt-getopt/alt-getopt-0.7.0.ebuild b/dev-lua/alt-getopt/alt-getopt-0.7.0.ebuild
index 46d58ce..f1bf451 100644
--- a/dev-lua/alt-getopt/alt-getopt-0.7.0.ebuild
+++ b/dev-lua/alt-getopt/alt-getopt-0.7.0.ebuild
@@ -16,12 +16,11 @@ KEYWORDS="x86 amd64"
IUSE="luajit"
RDEPEND="
- !luajit? ( >=dev-lang/lua-5.1 )
- luajit? ( dev-lang/luajit:2 )
+ virtual/lua[luajit=]
"
DEPEND="
${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
"
DOCS=( "README" )
@@ -42,4 +41,4 @@ src_install() {
dobin alt_getopt
base_src_install_docs
-} \ No newline at end of file
+}