From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29A61138239 for ; Mon, 14 Dec 2020 17:59:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76ACBE0921; Mon, 14 Dec 2020 17:59:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D0EFE0921 for ; Mon, 14 Dec 2020 17:59:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55ACE3412E8 for ; Mon, 14 Dec 2020 17:59:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4BDCC4 for ; Mon, 14 Dec 2020 17:59:07 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1607968664.8ccee1671102dfafba1ba446a04923d45fa0371c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/prosody/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/prosody/prosody-0.11.7-r100.ebuild X-VCS-Directories: net-im/prosody/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 8ccee1671102dfafba1ba446a04923d45fa0371c X-VCS-Branch: master Date: Mon, 14 Dec 2020 17:59:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7f9beed-a9dc-42c2-8638-b413af3f9d64 X-Archives-Hash: e4c8859fc6a1b5ad2bdb7d6f1a31cda5 commit: 8ccee1671102dfafba1ba446a04923d45fa0371c Author: Conrad Kostecki gentoo org> AuthorDate: Mon Dec 14 17:54:03 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Dec 14 17:57:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccee167 net-im/prosody: add luajit (slotted) Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> net-im/prosody/prosody-0.11.7-r100.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-im/prosody/prosody-0.11.7-r100.ebuild b/net-im/prosody/prosody-0.11.7-r100.ebuild index 6c88fc7967e..1afc7fa76fc 100644 --- a/net-im/prosody/prosody-0.11.7-r100.ebuild +++ b/net-im/prosody/prosody-0.11.7-r100.ebuild @@ -3,8 +3,8 @@ EAPI=7 -LUA_COMPAT=( lua5-{1..3} ) -LUA_REQ_USE="deprecated" +LUA_COMPAT=( lua5-{1..3} luajit ) +LUA_REQ_USE="deprecated(+)" inherit lua-single systemd tmpfiles toolchain-funcs @@ -69,6 +69,7 @@ src_configure() { --idn-library="$(usex idn 'idn' 'icu')" --libdir="${EPREFIX}/usr/$(get_libdir)" --linker="$(tc-getCC)" + --lua-version="$(usex lua_single_target_luajit '5.1' $(ver_cut 1-2 $(lua_get_version)))" --lua-version="$(ver_cut 1-2 $(lua_get_version))" --no-example-certs --ostype="linux"