From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61284158020 for ; Mon, 5 Dec 2022 18:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A839FE0824; Mon, 5 Dec 2022 18:33:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A752E0824 for ; Mon, 5 Dec 2022 18:33:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA281335D27 for ; Mon, 5 Dec 2022 18:33:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DE15773 for ; Mon, 5 Dec 2022 18:33:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1670265186.0b38c9fcf84f9bc41c6d31c3c6985dc0dd4ae9f7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/regenerate-files X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0b38c9fcf84f9bc41c6d31c3c6985dc0dd4ae9f7 X-VCS-Branch: master Date: Mon, 5 Dec 2022 18:33:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1fc8a34d-2e34-42ee-91b7-71e53e3e2884 X-Archives-Hash: 6d9c90e6ec207faee9be18e8d009c7db commit: 0b38c9fcf84f9bc41c6d31c3c6985dc0dd4ae9f7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 3 10:40:44 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 5 18:33:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b38c9fc Documentation: Switch GEAR_RELEASE to 22.08 Signed-off-by: Andreas Sturmlechner gentoo.org> Documentation/maintainers/regenerate-files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 55e60afb26..f35378045e 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -15,8 +15,8 @@ KF_RELEASE=${KF_RELEASE:-5.99} PLASMA_RELEASES="5.25 5.26" PLASMA_RELEASE=${PLASMA_RELEASE:-5.25} -GEAR_RELEASES="22.04 22.08 22.12" -GEAR_RELEASE=${GEAR_RELEASE:-22.04} +GEAR_RELEASES="22.08 22.12" +GEAR_RELEASE=${GEAR_RELEASE:-22.08} # regenerate keywords pushd ../package.accept_keywords/ > /dev/null