mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
kde.org.eclass: Fix Qt5PatchCollection matching to 5.15.*.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user