Bug 46084 - sys-apps/slocate has missing dependency on automake
Bug#: 46084 Product:  Gentoo Linux Version: 2004.0 Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: steve@cs.adelaide.edu.au
Component: Ebuilds
URL: 
Summary: sys-apps/slocate has missing dependency on automake
Keywords:  
Status Whiteboard: 
Opened: 2004-03-29 01:47 0000
Description:   Opened: 2004-03-29 01:47 0000
The ebuild has the line:

        ppc64? ( sys-devel/automake )"

but x86 also needs automake installed to be able to build.

Replace with:

        sys-devel/automake

and it builds. By the way, it's not the greatest idea to update ebuilds without also updating the release number, as I see the previous ebuild was also called "-r5".

------- Comment #1 From Jon Portnoy (RETIRED) 2004-04-19 12:44:46 0000 -------
Fixed.

Revision bumps are only needed when a change would be sufficiently beneficial to someone who has already installed the package (see http://www.gentoo.org/doc/en/policy.xml)