commit: 0766303d4653c1c7f8abf17fd86df29b968d5c89
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 07:38:28 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 08:32:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0766303d
kde4-base.eclass: Add KDevelop 4.7.4 SRC_URI
eclass/kde4-base.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 0754d7a..f1e41f7 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -490,6 +490,7 @@ _calculate_src_uri() {
case ${KDEVELOP_VERSION} in
4.[123].[6-9]*)
SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" ;;
4.7.3)
SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2" ;;
+ 4.7.4)
SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/${P}.tar.xz" ;;
*)
SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" ;;
esac
;;