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: Thu, 03 Nov 2022 23:15:24
Message-Id: 1667517297.a246ee1569f15e70d930bf29cad77521fa0386f0.conikost@gentoo
1 commit: a246ee1569f15e70d930bf29cad77521fa0386f0
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 23:04:31 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 23:14:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a246ee15
7
8 net-im/swift: fix QA StaticSrcUri
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 net-im/swift/swift-4.0.2-r102.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/swift/swift-4.0.2-r102.ebuild b/net-im/swift/swift-4.0.2-r102.ebuild
16 index d96008fd90ac..da3a27250c9d 100644
17 --- a/net-im/swift/swift-4.0.2-r102.ebuild
18 +++ b/net-im/swift/swift-4.0.2-r102.ebuild
19 @@ -12,7 +12,7 @@ DESCRIPTION="An elegant, secure, adaptable and intuitive XMPP Client"
20 HOMEPAGE="https://www.swift.im/"
21 SRC_URI="
22 https://swift.im/downloads/releases/${P}/${P}.tar.gz
23 - https://dev.gentoo.org/~conikost/distfiles/patches/swift-4.0.2-python3-compatibility.patch.gz"
24 + https://dev.gentoo.org/~conikost/distfiles/patches/${P}-python3-compatibility.patch.gz"
25
26 LICENSE="BSD BSD-1 CC-BY-3.0 GPL-3 OFL-1.1"
27 SLOT="4/0"