diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-13 09:11:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-13 09:13:45 +0200 |
commit | d707b75e63eaf529e2188f316ae32aaba5b001bc (patch) | |
tree | abae10a7d19de43df32f3de3b08a604b95203a84 /eclass/kde.org.eclass | |
parent | sci-astronomy/siril: sync live (diff) | |
download | gentoo-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.eclass | 2 |
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 ;; |