diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-06-13 07:16:52 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-06-13 07:16:52 +0000 |
commit | a3e78fa4157d50d024a5da7864c82cb40bd30dba (patch) | |
tree | 4feb39d3bc5f156bc89563f1bfd7a3db6eabeadb | |
parent | 2023-06-13 06:46:54 UTC (diff) | |
parent | kde.org.eclass: Fix Qt5PatchCollection matching to 5.15.*.9999 (diff) | |
download | gentoo-a3e78fa4157d50d024a5da7864c82cb40bd30dba.tar.gz gentoo-a3e78fa4157d50d024a5da7864c82cb40bd30dba.tar.bz2 gentoo-a3e78fa4157d50d024a5da7864c82cb40bd30dba.zip |
Merge updates from master
-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 ;; |