Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650608 - [PATCH] sys-devel/make[guile] compile against dev-scheme/guile-2.2
Summary: [PATCH] sys-devel/make[guile] compile against dev-scheme/guile-2.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-16 06:03 UTC by Benda Xu
Modified: 2018-03-16 21:37 UTC (History)
0 users

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


Attachments
make-4.2.1_guile-2.2.patch (make-4.2.1_guile-2.2.patch,15.72 KB, patch)
2018-03-16 06:03 UTC, Benda Xu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benda Xu gentoo-dev 2018-03-16 06:03:48 UTC
Created attachment 524092 [details, diff]
make-4.2.1_guile-2.2.patch

This patch lets make detect guile-2.2.
Comment 1 Larry the Git Cow gentoo-dev 2018-03-16 08:47:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afc3c3f86bba087cd1542759f21a0d5814bebd6

commit 5afc3c3f86bba087cd1542759f21a0d5814bebd6
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-03-16 08:47:10 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-03-16 08:47:10 +0000

    sys-devel/make: Revbump to support guile-2.2 wih USE="guile"
    
    Thanks-to: Benda Xu <heroxbd@gentoo.org>
    Closes: https://bugs.gentoo.org/650608
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/make/files/make-4.2.1-guile-2.2.patch | 320 ++++++++++++++++++++++++
 sys-devel/make/make-4.2.1-r3.ebuild             |  58 +++++
 2 files changed, 378 insertions(+)
Comment 2 Benda Xu gentoo-dev 2018-03-16 21:37:32 UTC
Thanks Lars!