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 919A615808B for ; Sun, 27 Mar 2022 04:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A57A2E0839; Sun, 27 Mar 2022 04:48:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A02BE0839 for ; Sun, 27 Mar 2022 04:48:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82A71342E1F for ; Sun, 27 Mar 2022 04:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23A33177 for ; Sun, 27 Mar 2022 04:48:48 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1648356515.a741869b2a6e19cd3daac3c903a6fc31c8e1342c.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoo-bumpchecker:master commit in: modules/ X-VCS-Repository: proj/gentoo-bumpchecker X-VCS-Files: modules/package_module.py X-VCS-Directories: modules/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a741869b2a6e19cd3daac3c903a6fc31c8e1342c X-VCS-Branch: master Date: Sun, 27 Mar 2022 04:48:48 +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: 91603997-1c4f-401e-9be1-15f9288c1540 X-Archives-Hash: ff13376563116e7770dd7dcccb25758c commit: a741869b2a6e19cd3daac3c903a6fc31c8e1342c Author: Matt Turner gentoo org> AuthorDate: Sun Mar 27 04:48:35 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 27 04:48:35 2022 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bumpchecker.git/commit/?id=a741869b Map gtksourceview to gui-libs/gtksourceview Signed-off-by: Matt Turner gentoo.org> modules/package_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/package_module.py b/modules/package_module.py index ad78eec..f593c10 100644 --- a/modules/package_module.py +++ b/modules/package_module.py @@ -24,6 +24,7 @@ class Package(object): "gtk-theme-engine-clearlooks": "gtk-engines-clearlooks", "gom":"dev-libs/gom", "gnome-themes-extra":"gnome-themes-standard", + "gtksourceview":"gui-libs/gtksourceview", # Perl package mappings 'Glib' : 'dev-perl/glib-perl', 'Gnome2-Canvas' : 'dev-perl/gnome2-canvas',