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 C49661581D3 for ; Thu, 30 May 2024 12:42:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB78AE2A0D; Thu, 30 May 2024 12:42:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C8622E2A0D for ; Thu, 30 May 2024 12:42:25 +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 C131733BF60 for ; Thu, 30 May 2024 12:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26AF71541 for ; Thu, 30 May 2024 12:42:23 +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: <1717072919.2a443177a32dad00ac854956f1b78f28d5be7a34.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2a443177a32dad00ac854956f1b78f28d5be7a34 X-VCS-Branch: master Date: Thu, 30 May 2024 12:42:23 +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: 57da9d0b-334c-4dba-a70b-3561728db3d5 X-Archives-Hash: 1ac7d41e25b8f974d24fb9d00e116044 commit: 2a443177a32dad00ac854956f1b78f28d5be7a34 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 30 12:40:38 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 30 12:41:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a443177 kde.org.eclass: Add games-puzzle/ to recognised KDE_ORG_CATEGORIES Closes: https://bugs.gentoo.org/933195 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde.org.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 6afde204d2..9be501ce9e 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -55,6 +55,7 @@ declare -A KDE_ORG_CATEGORIES=( [games-board]=games [games-kids]=education [games-mud]=games + [games-puzzle]=games [kde-frameworks]=frameworks [kde-plasma]=plasma [mail-client]=pim