Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/
Date: Wed, 28 Feb 2018 22:22:11
Message-Id: 1519856515.b4b699d74ff3c85f787970bbcc314be20f438359.mgorny@gentoo
1 commit: b4b699d74ff3c85f787970bbcc314be20f438359
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 28 22:20:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 28 22:21:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b699d7
7
8 app-editors/gedit-plugins: Fix PkgMetadataXmlInvalidPkgRef
9
10 app-editors/gedit-plugins/metadata.xml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-editors/gedit-plugins/metadata.xml b/app-editors/gedit-plugins/metadata.xml
14 index ef0c8705509..ba0535e10d0 100644
15 --- a/app-editors/gedit-plugins/metadata.xml
16 +++ b/app-editors/gedit-plugins/metadata.xml
17 @@ -11,6 +11,6 @@
18 them</flag>
19 <flag name="git">Shows document changes related to git's HEAD</flag>
20 <flag name="terminal">Embed a terminal in the bottom pane</flag>
21 - <flag name="zeitgeist">Build the plugin to inject events to <pkg>gnome-extra/zeitgeist</pkg></flag>
22 + <flag name="zeitgeist">Build the plugin to inject events to zeitgeist</flag>
23 </use>
24 </pkgmetadata>