commit: 2212b766c8f8bd6f6bd5a3334ab3aec8e0042c53
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 10:12:19 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 10:12:19 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2212b766
net-p2p/ktorrent: update SRC_URI as per upstream changes
Package-Manager: portage-2.2.28
net-p2p/ktorrent/ktorrent-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild
b/net-p2p/ktorrent/ktorrent-9999.ebuild
index e1a9434..3b426a7 100644
--- a/net-p2p/ktorrent/ktorrent-9999.ebuild
+++ b/net-p2p/ktorrent/ktorrent-9999.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} != 9999* ]]; then
LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range
2)+1))
MY_P="${PN}-${MY_PV}"
- SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/${MY_P}.tar.xz"
+ SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range
1-2)/${MY_P}.tar.xz"
S="${WORKDIR}"/"${MY_P}"
KEYWORDS="~amd64 ~x86"