Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567676 - app-emulation/lxc-1.1 - make app-text/asciidoc dependency optional
Summary: app-emulation/lxc-1.1 - make app-text/asciidoc dependency optional
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor with 1 vote (vote)
Assignee: Virgil Dupras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-06 20:23 UTC by BRULE Herman
Modified: 2018-06-14 00:52 UTC (History)
7 users (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 BRULE Herman 2015-12-06 20:23:47 UTC
Hello, can you put on flags "doc" the dep asciidoc to drop it?
For me it force: exactly-one-of ( python_single_target_pypy python_single_target_python2_7 ) and it's a problem

Reproducible: Always
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2015-12-06 23:51:30 UTC
It is needed to generate man pages I believe since usptream often fails to pre-generate them. The policy in Gentoo is to make dependencies for man pages not optional.
Comment 2 BRULE Herman 2015-12-07 00:41:22 UTC
Then any solution to do: python_python2_7 not: python_single_target_python2_7?
Comment 3 BRULE Herman 2015-12-07 00:46:55 UTC
PS, I have: FEATURES="noman noinfo nodoc"

PYTHON_SINGLE_TARGET="python3_4"
PYTHON_TARGETS="python2_7 python3_4"

The other solution can be python 3 support:
https://github.com/pepr/asciidoc/tree/py3dev
Comment 4 Virgil Dupras (RETIRED) gentoo-dev 2018-06-14 00:52:48 UTC
I'm closing this because, as Gilles explained, it's Gentoo policy to build man pages unconditionally and that the dependency that it pulls, app-text/docbook-sgml-utils, doesn't pull in python2_7 as of today.