Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 601288 - app-portage/elogviewer - add python3_5 support
Summary: app-portage/elogviewer - add python3_5 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Paul Varner (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-30 14:50 UTC by Ben Kohler
Modified: 2016-12-24 21:56 UTC (History)
1 user (show)

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


Attachments
ebuild patch (elogviewer-ebuild.patch,973 bytes, patch)
2016-11-30 14:50 UTC, Ben Kohler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Kohler gentoo-dev 2016-11-30 14:50:57 UTC
Created attachment 454784 [details, diff]
ebuild patch

I've attached a patch which makes 3 changes to the current 2.6-r2 ebuild:

1) Add python3_5 support.  I have tested this locally and it appears to build and run fine.

2) Add REQUIRED_USE so that it checks for a supported python implementation at dep calculation time rather than possibly dying at compile time unexpectedly

3) Remove python3_3 from the python_gen_cond_dep call since python3_3 is gone

Thanks!
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2016-12-24 21:56:45 UTC
Applied to the new 2.7 release.

Thank you