diff options
author | Chris Mayo <aklhfex@gmail.com> | 2017-11-22 19:42:51 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-02 23:53:03 +0100 |
commit | fcc9d34bcbbd5e1a077ccb749c449e99677d8ecd (patch) | |
tree | ddf5c2a965e6f0cd024717e60fcaafdd662aa772 /dev-util/geany-plugins/metadata.xml | |
parent | dev-db/percona-xtrabackup: version bump to 2.4.9. (diff) | |
download | gentoo-fcc9d34bcbbd5e1a077ccb749c449e99677d8ecd.tar.gz gentoo-fcc9d34bcbbd5e1a077ccb749c449e99677d8ecd.tar.bz2 gentoo-fcc9d34bcbbd5e1a077ccb749c449e99677d8ecd.zip |
dev-util/geany-plugins: version bump to 1.32 and fix dependencies.
USE flags changed as a result of dependency fixes.
- All plugins need GTK+ at compile time and it is not easy to
determine which need it at run time, therefore always depend on it.
Always build plugins with no other dependencies removing their USE
flags
- pretty-printer is the only plugin directly using libxml2, put it
behind a USE flag
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6262
Diffstat (limited to 'dev-util/geany-plugins/metadata.xml')
-rw-r--r-- | dev-util/geany-plugins/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/geany-plugins/metadata.xml b/dev-util/geany-plugins/metadata.xml index d9b36784e15b..e97496ef202a 100644 --- a/dev-util/geany-plugins/metadata.xml +++ b/dev-util/geany-plugins/metadata.xml @@ -23,6 +23,7 @@ <flag name="keyrecord">Enable the keyrecord plugin</flag> <flag name="multiterm">Enable the multiterm plugin</flag> <flag name="overview">Enable overview plugin</flag> + <flag name="pretty-printer">Enable pretty-printer plugin</flag> <flag name="scope">Enable the scope plugin which is a graphical GDB front-end</flag> <flag name="soup">Enable updatechecker and geniuspaste plugins which require <pkg>net-libs/libsoup</pkg></flag> </use> |