summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-13 09:11:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-13 09:13:45 +0200
commitd707b75e63eaf529e2188f316ae32aaba5b001bc (patch)
treeabae10a7d19de43df32f3de3b08a604b95203a84 /eclass/kde.org.eclass
parentsci-astronomy/siril: sync live (diff)
downloadgentoo-d707b75e63eaf529e2188f316ae32aaba5b001bc.tar.gz
gentoo-d707b75e63eaf529e2188f316ae32aaba5b001bc.tar.bz2
gentoo-d707b75e63eaf529e2188f316ae32aaba5b001bc.zip
kde.org.eclass: Fix Qt5PatchCollection matching to 5.15.*.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/kde.org.eclass')
-rw-r--r--eclass/kde.org.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 88040026ecae..c972c12ab8a5 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -161,7 +161,7 @@ case ${KDE_BUILD_TYPE} in
EGIT_MIRROR=${EGIT_MIRROR:=https://invent.kde.org/${KDE_ORG_CATEGORY}}
EGIT_REPO_URI="${EGIT_MIRROR}/${EGIT_REPONAME:=$KDE_ORG_NAME}.git"
- if [[ ${PV} == 5.??.?.9999 && ${CATEGORY} == dev-qt ]]; then
+ if [[ ${PV} == 5.15.*.9999 && ${CATEGORY} == dev-qt ]]; then
EGIT_BRANCH="kde/$(ver_cut 1-2)"
fi
;;