summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-11-16 20:43:54 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2012-11-16 20:43:54 +0400
commit0ce8875209376ec3f64c2f66b6990073409e2746 (patch)
treedd4f97b2e1321c4957857aca4fbc55b57b0f2241 /eclass
parentcdf4f6e4962c32e37d98f153d662988936927755 (diff)
downloadkde-0ce8875209376ec3f64c2f66b6990073409e2746.tar.gz
kde-0ce8875209376ec3f64c2f66b6990073409e2746.tar.bz2
kde-0ce8875209376ec3f64c2f66b6990073409e2746.zip
[sets] Add kde sc 4.10 sets and changes to eclass
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-base.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index e668a64472c..d519dd7fe07 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -182,7 +182,7 @@ case ${KDEBASE} in
# packages that will never be mirrored. (As they only will ever be in
# the overlay).
case ${PV} in
- *9999* | 4.?.[6-9]?)
+ *9999* | 4.?.[6-10]?)
RESTRICT+=" mirror"
;;
esac
@@ -441,10 +441,10 @@ _calculate_src_uri() {
# KDEPIM 4.4, special case
# TODO: Remove this part when KDEPIM 4.4 gets out of the tree
SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" ;;
- 4.[89].8[05] | 4.[89].9[0235678])
+ 4.[8-10].8[05] | 4.[89].9[0235678])
# Unstable KDE SC releases
SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;;
- 4.[1234567].[12345])
+ 4.[1-7].[12345])
# Stable KDE SC with old .bz2 support
SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.bz2" ;;
*)