commit: 4c378502eba044b9a0417157c211ba75623db718 Author: Robert Förster <Dessa <AT> gmake <DOT> de> AuthorDate: Wed Oct 4 21:20:52 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Oct 4 21:54:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c378502
net-im/swift: fix soname Signed-off-by: Robert Förster <Dessa <AT> gmake.de> Closes: https://github.com/gentoo/gentoo/pull/33198 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-im/swift/{swift-4.0.3.ebuild => swift-4.0.3-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-im/swift/swift-4.0.3.ebuild b/net-im/swift/swift-4.0.3-r1.ebuild similarity index 97% rename from net-im/swift/swift-4.0.3.ebuild rename to net-im/swift/swift-4.0.3-r1.ebuild index 36ac7c1ee8ed..0cd230963430 100644 --- a/net-im/swift/swift-4.0.3.ebuild +++ b/net-im/swift/swift-4.0.3-r1.ebuild @@ -112,6 +112,11 @@ src_prepare() { else rm -fr 3rdParty || die fi + + if [[ ! -f VERSION.swift ]] ; then + # Source tarball from git doesn't include this file + echo "${PV}" > VERSION.swift || die + fi } src_configure() {