Bug 251591 - sys-apps/portage-2.2_rc17 - repoman incorrectly warns for unused, but inherited eclasses
Bug#: 251591 Product:  Portage Development Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: dev-portage@gentoo.org Reported By: Hugo.Mildenberger@namir.de
Component: Repoman
URL: 
Summary: sys-apps/portage-2.2_rc17 - repoman incorrectly warns for unused, but inherited eclasses
Keywords:  InSVN
Status Whiteboard: 
Opened: 2008-12-19 09:21 0000
Description:   Opened: 2008-12-19 09:21 0000
if you inherit autotools and then call eautoreconf depending on a use flag,
repoman says: no eauto* function called.

A construct like the following triggered the warning:

if use boinc; then
   ebegin "need boinc/config.h"\
       &&  cd "${S}/boinc"\
       &&  eautoreconf\
       &&  cd  "${S}"\
       &&  eend || die "eautoreconf of boinc failed"
fi

------- Comment #1 From Zac Medico 2008-12-20 19:38:00 0000 -------
Thanks, this is fixed in svn r12260.

------- Comment #2 From Zac Medico 2008-12-20 22:31:29 0000 -------
This is fixed in 2.1.6.2 and 2.2_rc18.