Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621402 - net-dns/avahi-0.6.32-r2 still WANT_AUTOMAKE=1.11
Summary: net-dns/avahi-0.6.32-r2 still WANT_AUTOMAKE=1.11
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2017-06-10 15:01 UTC by Martin Cyr
Modified: 2018-01-26 22:19 UTC (History)
1 user (show)

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


Attachments
Proposed ebuild update (diff) (avahi-0.6.32-r3.ebuild.patch,454 bytes, patch)
2017-06-10 15:01 UTC, Martin Cyr
Details | Diff
Proposed ebuild update (avahi-0.6.32-r3.ebuild,5.68 KB, text/plain)
2017-06-10 15:01 UTC, Martin Cyr
Details
Proposed ebuild update (avahi-0.6.32-r3.ebuild,5.80 KB, text/plain)
2017-06-13 01:47 UTC, Martin Cyr
Details
Proposed ebuild update (diff) (avahi-0.6.32-r3.ebuild.patch,2.85 KB, patch)
2017-06-13 01:47 UTC, Martin Cyr
Details | Diff
Proposed ebuild update (diff) (avahi-0.6.32-r3.ebuild.patch,3.07 KB, patch)
2017-06-13 01:49 UTC, Martin Cyr
Details | Diff
Proposed ebuild update (avahi-0.6.32-r3.ebuild,5.67 KB, text/plain)
2017-06-13 01:49 UTC, Martin Cyr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Cyr 2017-06-10 15:01:18 UTC
Created attachment 475904 [details, diff]
Proposed ebuild update (diff)

net-dns/avahi-0.6.32-r2 still WANT_AUTOMAKE=1.11

It successfully builds without WANT_AUTOMAKE with 1.15 installed.
Comment 1 Martin Cyr 2017-06-10 15:01:54 UTC
Created attachment 475906 [details]
Proposed ebuild update
Comment 2 Jonas Stein gentoo-dev 2017-06-10 15:38:32 UTC
Thank you

We should bump to EAPI=6 too
Comment 3 Martin Cyr 2017-06-13 01:47:15 UTC
Created attachment 476218 [details]
Proposed ebuild update
Comment 4 Martin Cyr 2017-06-13 01:47:32 UTC
Created attachment 476220 [details, diff]
Proposed ebuild update (diff)
Comment 5 Martin Cyr 2017-06-13 01:49:32 UTC
Created attachment 476222 [details, diff]
Proposed ebuild update (diff)
Comment 6 Martin Cyr 2017-06-13 01:49:47 UTC
Created attachment 476224 [details]
Proposed ebuild update
Comment 7 Martin Cyr 2017-06-13 01:57:06 UTC
Bumped EAPI=6 too.

Removed inherits eutils.
Replaced dohtml with dodocs, epatch with eapply.
Fixed python and systemd stuff relating to EAPI=6.

Also, for PYTHON_COMPAT, I left 2.7 since, according to this https://github.com/lathiat/avahi/pull/36#issuecomment-302885223, it's not completely Py3 ready yet, but looks close.