Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 148759

Summary: app-text/htmltidy - incorrect WANT_AUTOMAKE usage, wrong >=autotools
Product: Gentoo Linux Reporter: Carsten Lohrke (RETIRED) <carlo>
Component: New packagesAssignee: Text-Markup Team (OBSOLETE) <text-markup+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 148821    

Description Carsten Lohrke (RETIRED) gentoo-dev 2006-09-23 04:04:40 UTC
correct order is:


WANT_AUTOMAKE=1.5 
WANT_AUTOCONF=2.5

inherit eutils automake


and remove the invalid autotools depend lines, the autotools.eclass cares for it. You still have to export the variables, later in the ebuild.
Comment 1 Alexandre Buisse (RETIRED) gentoo-dev 2006-09-23 10:41:47 UTC
Corrected, thanks.