Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667264 - x11-terms/kitty should not depend on sphinx
Summary: x11-terms/kitty should not depend on sphinx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL: https://sw.kovidgoyal.net/kitty/build...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-29 05:10 UTC by Arnaud Vallette d'Osia
Modified: 2018-10-03 16:18 UTC (History)
2 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 Arnaud Vallette d'Osia 2018-09-29 05:10:14 UTC
As reported here:
https://github.com/kovidgoyal/kitty/issues/1038
I thought it strange to pull in sphinx (and 30 dependencies in my case) "just" for doc.
Turns out we're doing it wrong: we should not depend on sphinx.

By the way, kitty 0.12.3 is out: could be the occasion?


Reproducible: Always

Steps to Reproduce:
to reproduce:
emerge -av kitty
there is no USE flag to disable this unwanted doc, and a hard dependency on sphinx.
Comment 1 Larry the Git Cow gentoo-dev 2018-09-30 23:47:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c5f55bb4d2653d2bfac7f2f20429e8e6d22430

commit 22c5f55bb4d2653d2bfac7f2f20429e8e6d22430
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2018-09-30 23:35:18 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2018-09-30 23:45:57 +0000

    x11-terms/kitty: version bump to 0.12.3
    
    Closes: https://bugs.gentoo.org/667264
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 x11-terms/kitty/Manifest            |   1 +
 x11-terms/kitty/kitty-0.12.3.ebuild | 106 ++++++++++++++++++++++++++++++++++++
 x11-terms/kitty/kitty-9999.ebuild   |  18 ++++--
 3 files changed, 121 insertions(+), 4 deletions(-)
Comment 2 Arnaud Vallette d'Osia 2018-10-03 16:18:15 UTC
That was fast! Thanks Tim!