summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua/alt-getopt/alt-getopt-0.7.0.ebuild')
-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
+}