summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2023-06-13 07:16:52 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2023-06-13 07:16:52 +0000
commita3e78fa4157d50d024a5da7864c82cb40bd30dba (patch)
tree4feb39d3bc5f156bc89563f1bfd7a3db6eabeadb
parent2023-06-13 06:46:54 UTC (diff)
parentkde.org.eclass: Fix Qt5PatchCollection matching to 5.15.*.9999 (diff)
downloadgentoo-a3e78fa4157d50d024a5da7864c82cb40bd30dba.tar.gz
gentoo-a3e78fa4157d50d024a5da7864c82cb40bd30dba.tar.bz2
gentoo-a3e78fa4157d50d024a5da7864c82cb40bd30dba.zip
Merge updates from master
-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
;;