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 A8FB31382C5 for ; Wed, 14 Apr 2021 22:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1EBDE0833; Wed, 14 Apr 2021 22:57:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 97AC9E0833 for ; Wed, 14 Apr 2021 22:57:45 +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 7C496335C7A for ; Wed, 14 Apr 2021 22:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2A0F4D2 for ; Wed, 14 Apr 2021 22:57:42 +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: <1618441053.a9708d1acbd0fa5c3c54b2db65e163053ed18245.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: a9708d1acbd0fa5c3c54b2db65e163053ed18245 X-VCS-Branch: master Date: Wed, 14 Apr 2021 22:57:42 +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: e6f30c04-90d2-4ac2-ba57-5d43ea297b26 X-Archives-Hash: 37daef73a0b9d0beb9ace85178ca5074 commit: a9708d1acbd0fa5c3c54b2db65e163053ed18245 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 14 21:25:20 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 14 22:57:33 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bumpchecker.git/commit/?id=a9708d1a Add mapping for gui-libs/gtk 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 5551f60..ad78eec 100644 --- a/modules/package_module.py +++ b/modules/package_module.py @@ -35,6 +35,7 @@ class Package(object): 'Pango' : 'dev-perl/Pango', # Haskell mess "glib":"dev-libs/glib", + "gtk":"gui-libs/gtk", "pango":"x11-libs/pango", "gstreamer":"media-libs/gstreamer", "vte":"x11-libs/vte",