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/swift/
Date: Fri, 25 Dec 2020 14:41:40
Message-Id: 1608907154.51b41f0667ac598c839348119eca17e2460afd0a.conikost@gentoo
1 commit: 51b41f0667ac598c839348119eca17e2460afd0a
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 14:39:14 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 14:39:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b41f06
7
8 net-im/swift: remove double definition
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-im/swift/swift-4.0.2-r101.ebuild | 3 ---
14 1 file changed, 3 deletions(-)
15
16 diff --git a/net-im/swift/swift-4.0.2-r101.ebuild b/net-im/swift/swift-4.0.2-r101.ebuild
17 index 449ae295a37..ec9222bf927 100644
18 --- a/net-im/swift/swift-4.0.2-r101.ebuild
19 +++ b/net-im/swift/swift-4.0.2-r101.ebuild
20 @@ -140,9 +140,6 @@ src_configure() {
21 $(usex lua "lua_includedir=$(lua_get_include_dir)" '')
22 $(usex lua "lua_libdir=${EPREFIX}/usr/$(get_libdir)" '')
23 $(usex lua "lua_libname=$(basename -s '.so' $(lua_get_shared_lib))" '')
24 - lua_includedir="$(lua_get_include_dir)"
25 - lua_libdir="${EPREFIX}/usr/$(get_libdir)"
26 - lua_libname="$(basename -s '.so' $(lua_get_shared_lib))"
27 max_jobs="no"
28 optimize="no"
29 qt="${T}/qt"