summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-27 14:56:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 14:53:40 +0100
commit853e413a3e89272a5828a6259d017e42df5ec857 (patch)
tree43ffa3bb9ad33655bfcff1c03ecb77e77885b1f3
parentframeworks.kde.org.eclass: Unsupport unstable release SRC_URIs (diff)
downloadgentoo-853e413a.tar.gz
gentoo-853e413a.tar.bz2
gentoo-853e413a.zip
plasma.kde.org.eclass: Unsupport versioning scheme of Plasma 6 Betas
Won't appear again until Plasma 7. This reverts commit fcf516962acde10c69640181257600254f3dd752. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/plasma.kde.org.eclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass
index 69f38cb526cc..491f1fcecc8c 100644
--- a/eclass/plasma.kde.org.eclass
+++ b/eclass/plasma.kde.org.eclass
@@ -67,10 +67,6 @@ elif [[ -z ${KDE_ORG_COMMIT} ]]; then
_KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-3)/"
RESTRICT+=" mirror"
;;
- 5.9?.[0-9]* )
- _KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-2).0/"
- RESTRICT+=" mirror"
- ;;
*) _KDE_SRC_URI+="stable/plasma/$(ver_cut 1-3)/" ;;
esac