dev-libs/libpeas: USE=jit -> USE=luajit
authorMichał Górny <mgorny@gentoo.org>
Mon, 26 Feb 2018 22:22:41 +0000 (23:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 26 Mar 2018 19:33:10 +0000 (21:33 +0200)
Closes: https://bugs.gentoo.org/648188

dev-libs/libpeas/libpeas-1.20.0-r1.ebuild

index 71803c6cb7fe7b2ca27b7105178b52c60300771d..ead15aa6969b57d7e5b4a40c14def80683365aeb 100644 (file)
@@ -14,7 +14,7 @@ LICENSE="LGPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 
-IUSE="+gtk glade jit lua +python"
+IUSE="+gtk glade lua luajit +python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
@@ -24,8 +24,8 @@ RDEPEND="
        gtk? ( >=x11-libs/gtk+-3:3[introspection] )
        lua? (
                >=dev-lua/lgi-0.9.0
-               jit? ( >=dev-lang/luajit-2:2 )
-               !jit? ( =dev-lang/lua-5.1*:0 ) )
+               luajit? ( >=dev-lang/luajit-2:2 )
+               !luajit? ( =dev-lang/lua-5.1*:0 ) )
        python? (
                ${PYTHON_DEPS}
                >=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] )
@@ -65,7 +65,7 @@ src_configure() {
 
                # lua
                $(use_enable lua lua5.1)
-               $(use_enable $(usex jit lua jit) luajit)
+               $(use_enable $(usex luajit lua luajit) luajit)
        )
 
        gnome2_src_configure "${myconf[@]}"