Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 411918 Details for
Bug 560484
autotools.eclass: Update dependency atom for WANT_AUTOCONF=2.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for autotools.eclass
0001-autotools.eclass-Update-dependency-for-autoconf-2.13.patch (text/plain), 996 bytes, created by
Ulrich Müller
on 2015-09-14 19:21:15 UTC
(
hide
)
Description:
Patch for autotools.eclass
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2015-09-14 19:21:15 UTC
Size:
996 bytes
patch
obsolete
>From 67c5db93625b73ab57059ccadb22ef2abf14ed86 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org> >Date: Mon, 14 Sep 2015 21:11:19 +0200 >Subject: [PATCH] autotools.eclass: Update dependency for autoconf-2.13. > >--- > eclass/autotools.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass >index 7c82efc..54e5d03 100644 >--- a/eclass/autotools.eclass >+++ b/eclass/autotools.eclass >@@ -82,7 +82,7 @@ fi > if [[ -n ${WANT_AUTOCONF} ]] ; then > case ${WANT_AUTOCONF} in > none) _autoconf_atom="" ;; # some packages don't require autoconf at all >- 2.1) _autoconf_atom="=sys-devel/autoconf-${WANT_AUTOCONF}*" ;; >+ 2.1) _autoconf_atom="~sys-devel/autoconf-2.13" ;; > # if you change the "latest" version here, change also autotools_env_setup > latest|2.5) _autoconf_atom=">=sys-devel/autoconf-2.69" ;; > *) die "Invalid WANT_AUTOCONF value '${WANT_AUTOCONF}'" ;; >-- >2.5.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 560484
: 411918