Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 600890 - =dev-python/dnspython-1.15.0[examples] uses EAPI=6 and EXAMPLES (which is banned)
Summary: =dev-python/dnspython-1.15.0[examples] uses EAPI=6 and EXAMPLES (which is ban...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-26 09:21 UTC by Antoine Pinsard
Modified: 2016-11-26 18:02 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Pinsard 2016-11-26 09:21:51 UTC
use examples && local EXAMPLES=( examples/. )

should be replaced by:

    if use examples; then
      insinto "/usr/share/doc/${PF}"
      docompress -x "/usr/share/doc/${PF}/examples"
      doins -r examples
    fi