Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
a version bump + fixed the ebuild a little. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created an attachment (id=38606) [edit] the new ebuild
There is a typo (missing space) in the ebuild at line 13. gtkhtml? (x11-libs/gtksourceview ) should be gtkhtml? ( x11-libs/gtksourceview ) Works fine for me on ~x86, thanks.
Created an attachment (id=38700) [edit] fixed ebuild Fixed the typo pointed out by Martin Seifert. *note to self, learn how to use repoman*
A new ebuild for katoob-0.3.8 is now in the tree. Thank you for your report. A few comments on your ebuild: * The KEYWORDS variable should only be populated for the arches you can actually test for. That usually means x86 initially, and then different arch maintainers/devs can add some other arches as they see fit. * The `cups' and `gtkhtml' USE flags don't make sense. Maybe something like `printing' and `highlighting', or even `pango' and `gtksourceview' would be more appropriate, but as we don't have such flags, I decided to enable those options by default. * The `nls' hack is not consistent with the package's configure script. Therefore I chose to avoid it. Anyway, note that the final ebuild in the tree is a modified version of this, and your effort is very appreciated. Thanks again. :)