commit: 021199792ce55bdc0f99bc7791a2b31ba1533d2e
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Jan 6 15:53:22 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> 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",