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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15A9F13835B for ; Sat, 19 Sep 2020 20:03:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F8CEE0784; Sat, 19 Sep 2020 20:03:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D515E078A for ; Sat, 19 Sep 2020 20:03:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55D0D34109A for ; Sat, 19 Sep 2020 20:03:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2C70342 for ; Sat, 19 Sep 2020 20:03:46 +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: <1600544993.aefc8b1c2c9776d9dd9b3480361e087175fb8f20.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: aefc8b1c2c9776d9dd9b3480361e087175fb8f20 X-VCS-Branch: master Date: Sat, 19 Sep 2020 20:03:46 +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: 7cc28f7a-f83b-469b-b044-7dc3369ba937 X-Archives-Hash: 4c0e49cedcb6e0f90ab36f681630bfd3 commit: aefc8b1c2c9776d9dd9b3480361e087175fb8f20 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 17 19:16:06 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 19 19:49:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aefc8b1c kde.org.eclass: Add net-firewall/ to recognised KDE_ORG_CATEGORIES Mapping to 'network' upstream. 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 58db8bef2a..ac8bb365e0 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -58,6 +58,7 @@ declare -A KDE_ORG_CATEGORIES=( [media-libs]=libraries [media-sound]=multimedia [media-video]=multimedia + [net-firewall]=network [net-im]=network [net-irc]=network [net-libs]=libraries