summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-26 23:22:41 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-26 21:33:10 +0200
commit6288f83818f97d5b20988476ff0c00446a321f2c (patch)
tree60558aa70df773e11a1058984509e81878653f99
parentnet-dns/pdns: [QA] Use standard meaning of USE=luajit (diff)
downloadgentoo-6288f83818f97d5b20988476ff0c00446a321f2c.tar.gz
gentoo-6288f83818f97d5b20988476ff0c00446a321f2c.tar.bz2
gentoo-6288f83818f97d5b20988476ff0c00446a321f2c.zip
dev-libs/libpeas: USE=jit -> USE=luajit
Closes: https://bugs.gentoo.org/648188
-rw-r--r--dev-libs/libpeas/libpeas-1.20.0-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
index 71803c6cb7fe..ead15aa6969b 100644
--- a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
+++ b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
@@ -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[@]}"