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 5DA64139085 for ; Fri, 6 Jan 2017 17:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1A3E0C7C; Fri, 6 Jan 2017 17:17:48 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A4EDE0C7C for ; Fri, 6 Jan 2017 17:17:48 +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 C38313413C3 for ; Fri, 6 Jan 2017 17:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B01F2601 for ; Fri, 6 Jan 2017 17:17:46 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1483718776.cd29451ef73a22a73d20df9cf9ff5c65ecf8a51e.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/pym/repoman/qa_data.py X-VCS-Directories: repoman/pym/repoman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: cd29451ef73a22a73d20df9cf9ff5c65ecf8a51e X-VCS-Branch: master Date: Fri, 6 Jan 2017 17:17: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-Archives-Salt: 9afdde3c-0055-4a88-85d6-19f9439386e2 X-Archives-Hash: b85accd5c2555aa7817fe48e02cb8157 commit: cd29451ef73a22a73d20df9cf9ff5c65ecf8a51e Author: Ilya Tumaykin gmail com> AuthorDate: Fri Jan 6 15:11:36 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Jan 6 16:06:16 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=cd29451e repoman: add dev-qt/linguist-tools to RDEPEND.suspect set linguist-tools is like gettext, but for Qt applications. Gentoo-Bug: 544938 repoman/pym/repoman/qa_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/repoman/pym/repoman/qa_data.py b/repoman/pym/repoman/qa_data.py index 738368e..ed7b83f 100644 --- a/repoman/pym/repoman/qa_data.py +++ b/repoman/pym/repoman/qa_data.py @@ -299,6 +299,7 @@ suspect_rdepend = frozenset([ "dev-lang/swig", "dev-lang/yasm", "dev-perl/extutils-pkgconfig", + "dev-qt/linguist-tools", "dev-util/byacc", "dev-util/cmake", "dev-util/ftjam",