Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148759 - app-text/htmltidy - incorrect WANT_AUTOMAKE usage, wrong >=autotools
Summary: app-text/htmltidy - incorrect WANT_AUTOMAKE usage, wrong >=autotools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2006-09-23 04:04 UTC by Carsten Lohrke (RETIRED)
Modified: 2006-09-23 10:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.