| Summary: | app-editors/gedit-plugins: python USE flag required by other USE flags | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sébastien Wilmet <sebastien.wilmet> |
| Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | serkan |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Sébastien Wilmet
2011-06-21 20:43:41 UTC
In the gnome overlay, we have a more rational USE flag system for gedit-plugins: * by default, the ebuild installs plugins with no extra dependencies beyond the basics that nearly every gedit plugin requires. * with USE=python, the ebuild in addition installs all plugins that require only python and basic python support for gtk * with USE=$foo, plugin $foo (that has additional dependencies beyond just python) is also installed. See http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=tree;f=app-editors/gedit-plugins +*gedit-plugins-2.32.0 (24 Jun 2011) + + 24 Jun 2011; Pacho Ramos <pacho@gentoo.org> +gedit-plugins-2.32.0.ebuild, + metadata.xml: + Version bump and handle plugins better (bug #372511 by Sébastien Wilmet), + thanks to Alexandre Rostovtsev for pointing to fixed ebuild. + |