summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-22 23:54:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-16 21:18:25 +0200
commitc3fe0f607f1ba57a7d8947931b04eb265574f949 (patch)
tree0a22fe94c59a8d05dc55d1f5bf586f0d57a26dc1 /Documentation
parent1b50e457bceced10189d4dc36ca3f09c22512f8a (diff)
downloadkde-c3fe0f607f1ba57a7d8947931b04eb265574f949.tar.gz
kde-c3fe0f607f1ba57a7d8947931b04eb265574f949.tar.bz2
kde-c3fe0f607f1ba57a7d8947931b04eb265574f949.zip
Documentation: lib.sh: bump_packages_from_set(): Inject KFMIN if set
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'Documentation')
-rwxr-xr-xDocumentation/maintainers/new/lib.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/maintainers/new/lib.sh b/Documentation/maintainers/new/lib.sh
index ce8f172086f..2676b85c3ac 100755
--- a/Documentation/maintainers/new/lib.sh
+++ b/Documentation/maintainers/new/lib.sh
@@ -42,6 +42,10 @@ bump_packages_from_set() {
ekeyword ~all ${destination} > /dev/null
fi
+ if [[ -n "${KFMIN}" ]] ; then
+ sed -e "/^KFMIN/s/=.*/=${KFMIN}/" -i ${destination}
+ fi
+
repoman manifest
popd > /dev/null