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 93EAA139088 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 E40C1E0C81; 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 B949CE0C80 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 0586A341627 for ; Fri, 6 Jan 2017 17:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6011C2620 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: <1483718829.021199792ce55bdc0f99bc7791a2b31ba1533d2e.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: 021199792ce55bdc0f99bc7791a2b31ba1533d2e 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: 506c8260-b648-4a31-a13c-488d2d2fd18e X-Archives-Hash: 444a294ddaf0652d3e5f70a671d39ab2 commit: 021199792ce55bdc0f99bc7791a2b31ba1533d2e Author: Ilya Tumaykin gmail com> AuthorDate: Fri Jan 6 15:53:22 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Jan 6 16:07:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=02119979 repoman: add virtual/os-headers to RDEPEND.suspect set os-headers installs only headers on Linux. No linking happening. os-headers installs headers and shared libraries on FreeBSD. However, it's better to restrict os-headers usage to just headers in order to prevent its abuse for shared libraries on FreeBSD. 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 5059e8a..c3f4207 100644 --- a/repoman/pym/repoman/qa_data.py +++ b/repoman/pym/repoman/qa_data.py @@ -327,6 +327,7 @@ suspect_rdepend = frozenset([ "sys-devel/pmake", "virtual/linux-sources", "virtual/linuxtv-dvb-headers", + "virtual/os-headers", "virtual/pkgconfig", "x11-misc/bdftopcf", "x11-misc/imake",