projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce8e9d8
)
kde.org.eclass: Extend KDE_RELEASE_SERVICE support to stable branches
author
Andreas Sturmlechner
<asturm@gentoo.org>
Mon, 9 Dec 2019 17:25:39 +0000
(18:25 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 12 Dec 2019 17:28:12 +0000
(18:28 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde.org.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde.org.eclass
b/eclass/kde.org.eclass
index 87d1573f41dd2c0f997f2e985d4b54138ccbb50f..b943ebabb3da672eee72546bc1dd2bb886c00f50 100644
(file)
--- a/
eclass/kde.org.eclass
+++ b/
eclass/kde.org.eclass
@@
-174,7
+174,7
@@
_kde.org_calculate_live_repo() {
# (anongit) with anything else you might want to use.
EGIT_MIRROR=${EGIT_MIRROR:=https://anongit.kde.org}
- if [[ ${PV} == ??.??.49.9999 && ${
CATEGORY} = kde-apps
]]; then
+ if [[ ${PV} == ??.??.49.9999 && ${
KDE_RELEASE_SERVICE} = true
]]; then
EGIT_BRANCH="release/$(ver_cut 1-2)"
fi