public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: "Michał Górny" <mgorny@gentoo.org>
Subject: [gentoo-dev] [PATCH 5/5] dev-libs/libpeas: USE=jit -> USE=luajit
Date: Mon, 26 Feb 2018 23:24:14 +0100	[thread overview]
Message-ID: <20180226222414.3862-5-mgorny@gentoo.org> (raw)
In-Reply-To: <20180226222414.3862-1-mgorny@gentoo.org>

Closes: https://bugs.gentoo.org/648188
---
 dev-libs/libpeas/libpeas-1.20.0-r1.ebuild | 8 ++++----
 1 file 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[@]}"
-- 
2.16.2



  parent reply	other threads:[~2018-02-26 22:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-26 22:24 [gentoo-dev] [PATCH 1/5] use.desc: Introduce 'luajit' as a global flag Michał Górny
2018-02-26 22:24 ` [gentoo-dev] [PATCH 2/5] */*: Remove redundant local descriptions for USE=luajit Michał Górny
2018-02-26 22:24 ` [gentoo-dev] [PATCH 3/5] net-analyzer/suricata: [QA] Use standard meaning of USE=luajit Michał Górny
2018-02-26 22:24 ` [gentoo-dev] [PATCH 4/5] net-dns/pdns: " Michał Górny
2018-02-26 22:24 ` Michał Górny [this message]
2018-03-26  8:47 ` [gentoo-dev] [PATCH 1/5] use.desc: Introduce 'luajit' as a global flag Gilles Dartiguelongue
2018-03-26 11:55   ` Michał Górny
2018-03-26 12:34     ` Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180226222414.3862-5-mgorny@gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox