diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-30 14:40:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-12 17:25:05 +0200 |
commit | 600c2f1109e134bc935d020ccb8edd1d30aef588 (patch) | |
tree | 8f60a11c1b5493062d4d888091ab5009b328bb81 /eclass | |
parent | ecm.eclass: Pass -DKDE_INSTALL_LIBEXECDIR="${EPREFIX}/usr/libexec" (diff) | |
download | gentoo-600c2f1109e134bc935d020ccb8edd1d30aef588.tar.gz gentoo-600c2f1109e134bc935d020ccb8edd1d30aef588.tar.bz2 gentoo-600c2f1109e134bc935d020ccb8edd1d30aef588.zip |
kde.org.eclass: Add games-puzzle/ to recognised KDE_ORG_CATEGORIES
Closes: https://bugs.gentoo.org/933195
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.org.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index b9d68ccbf5c2..9be501ce9e3f 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @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 |