Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560484 - autotools.eclass: Update dependency atom for WANT_AUTOCONF=2.1
Summary: autotools.eclass: Update dependency atom for WANT_AUTOCONF=2.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 560466
  Show dependency tree
 
Reported: 2015-09-14 19:21 UTC by Ulrich Müller
Modified: 2015-09-15 05:28 UTC (History)
0 users

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


Attachments
Patch for autotools.eclass (0001-autotools.eclass-Update-dependency-for-autoconf-2.13.patch,996 bytes, patch)
2015-09-14 19:21 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2015-09-14 19:21:15 UTC
Created attachment 411918 [details, diff]
Patch for autotools.eclass

autotools.eclass currently depends on =autoconf-2.1* if WANT_AUTOCONF is equal to 2.1. This is one of the only two instances in the tree where the * operator is used to match a string prefix (and not a range of version components). See discussion in bug 560466 and in the -dev ML.

I guess it's unlikely that we will see further upstream versions of autoconf 2.1, so the eclass could simply depend on ~autoconf-2.13 instead. Patch is attached.
Comment 1 SpanKY gentoo-dev 2015-09-14 20:52:11 UTC
looks fine