From: Zac Medico Date: Sat, 18 Sep 2010 03:57:06 +0000 (-0700) Subject: Add virtual/linux-sources to repoman's RDEPEND.suspect check. X-Git-Tag: v2.2_rc84~22 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e92dcbd987138da6d728ccfd8e6dededc215c05d;p=portage.git Add virtual/linux-sources to repoman's RDEPEND.suspect check. http://archives.gentoo.org/gentoo-dev/msg_adb45dedc05bc023de23be90015e8629.xml --- diff --git a/bin/repoman b/bin/repoman index 1f7b21bce..9cbd58bc9 100755 --- a/bin/repoman +++ b/bin/repoman @@ -472,6 +472,7 @@ suspect_rdepend = frozenset([ "sys-devel/flex", "sys-devel/m4", "sys-devel/pmake", + "virtual/linux-sources", "x11-misc/bdftopcf", "x11-misc/imake", ])