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 33D35139695 for ; Tue, 21 Mar 2017 02:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43B7321C060; Tue, 21 Mar 2017 02:30:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16F9421C060 for ; Tue, 21 Mar 2017 02:30:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 430F6340BEA for ; Tue, 21 Mar 2017 02:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1C016F69 for ; Tue, 21 Mar 2017 02:29:57 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1490063215.a5436eb581d92aebd3eb3535ed328a30bc4ac2a0.leio@gentoo> Subject: [gentoo-commits] proj/gentoo-bumpchecker:master commit in: modules/ X-VCS-Repository: proj/gentoo-bumpchecker X-VCS-Files: modules/gnome_module.py X-VCS-Directories: modules/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a5436eb581d92aebd3eb3535ed328a30bc4ac2a0 X-VCS-Branch: master Date: Tue, 21 Mar 2017 02:29:57 +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-Archives-Salt: 7c671c85-94fd-4198-876c-4640f474cfa0 X-Archives-Hash: 2c15aaf7df7b5364302243d3ecfbe59d commit: a5436eb581d92aebd3eb3535ed328a30bc4ac2a0 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Mar 21 02:26:55 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Mar 21 02:26:55 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bumpchecker.git/commit/?id=a5436eb5 gnome: add libgfbgraph reverse mapping as well modules/gnome_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gnome_module.py b/modules/gnome_module.py index aaf5b5c..7f162dd 100644 --- a/modules/gnome_module.py +++ b/modules/gnome_module.py @@ -22,6 +22,7 @@ DEBUG = False # TODO: So this reverses it back again for the modules we care for this until a proper fix name_mapping = { "cantarell": "cantarell-fonts", + "libgfbgraph": "gfbgraph", "nm-applet": "network-manager-applet", "networkmanager": "NetworkManager", }