Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/prosody/
Date: Fri, 25 Dec 2020 13:06:35
Message-Id: 1608901485.6b7828733df2f4a7e73a52360e1d6ce95a7022d0.conikost@gentoo
1 commit: 6b7828733df2f4a7e73a52360e1d6ce95a7022d0
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 13:04:45 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 13:04:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b782873
7
8 net-im/prosody: fix luajit slot
9
10 Closes: https://bugs.gentoo.org/761592
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 net-im/prosody/prosody-0.11.7-r100.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/net-im/prosody/prosody-0.11.7-r100.ebuild b/net-im/prosody/prosody-0.11.7-r100.ebuild
18 index 1afc7fa76fc..293afb94e60 100644
19 --- a/net-im/prosody/prosody-0.11.7-r100.ebuild
20 +++ b/net-im/prosody/prosody-0.11.7-r100.ebuild
21 @@ -70,7 +70,6 @@ src_configure() {
22 --libdir="${EPREFIX}/usr/$(get_libdir)"
23 --linker="$(tc-getCC)"
24 --lua-version="$(usex lua_single_target_luajit '5.1' $(ver_cut 1-2 $(lua_get_version)))"
25 - --lua-version="$(ver_cut 1-2 $(lua_get_version))"
26 --no-example-certs
27 --ostype="linux"
28 --prefix="${EPREFIX}/usr"