diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-11-04 00:04:31 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-04 00:14:57 +0100 |
commit | a246ee1569f15e70d930bf29cad77521fa0386f0 (patch) | |
tree | 737c3147a558ec820ca8ca4f907ff989bdfa65a6 | |
parent | dev-python/pyspectrum2: migrate to pep517 (diff) | |
download | gentoo-a246ee1569f15e70d930bf29cad77521fa0386f0.tar.gz gentoo-a246ee1569f15e70d930bf29cad77521fa0386f0.tar.bz2 gentoo-a246ee1569f15e70d930bf29cad77521fa0386f0.zip |
net-im/swift: fix QA StaticSrcUri
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | net-im/swift/swift-4.0.2-r102.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/swift/swift-4.0.2-r102.ebuild b/net-im/swift/swift-4.0.2-r102.ebuild index d96008fd90ac..da3a27250c9d 100644 --- a/net-im/swift/swift-4.0.2-r102.ebuild +++ b/net-im/swift/swift-4.0.2-r102.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="An elegant, secure, adaptable and intuitive XMPP Client" HOMEPAGE="https://www.swift.im/" SRC_URI=" https://swift.im/downloads/releases/${P}/${P}.tar.gz - https://dev.gentoo.org/~conikost/distfiles/patches/swift-4.0.2-python3-compatibility.patch.gz" + https://dev.gentoo.org/~conikost/distfiles/patches/${P}-python3-compatibility.patch.gz" LICENSE="BSD BSD-1 CC-BY-3.0 GPL-3 OFL-1.1" SLOT="4/0" |