Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gconf/
Date: Sun, 30 Oct 2022 15:42:34
Message-Id: 1667144481.eefcfaafcef44a536927d03cce35f11171784172.mattst88@gentoo
1 commit: eefcfaafcef44a536927d03cce35f11171784172
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:00 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 15:41:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eefcfaaf
7
8 gnome-base/gconf: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-base/gconf/metadata.xml | 19 ++++++++++---------
13 1 file changed, 10 insertions(+), 9 deletions(-)
14
15 diff --git a/gnome-base/gconf/metadata.xml b/gnome-base/gconf/metadata.xml
16 index 389781af037b..f1c39825eeeb 100644
17 --- a/gnome-base/gconf/metadata.xml
18 +++ b/gnome-base/gconf/metadata.xml
19 @@ -1,13 +1,14 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 -<maintainer type="project">
24 - <email>gnome@g.o</email>
25 - <name>Gentoo GNOME Desktop</name>
26 -</maintainer>
27 -<use>
28 - <flag name="ldap">Build backend which enables default mail accounts,
29 - addressbooks and calendars for Evolution to be configured using each
30 - user's LDAP entry."</flag>
31 -</use>
32 + <maintainer type="project">
33 + <email>gnome@g.o</email>
34 + <name>Gentoo GNOME Desktop</name>
35 + </maintainer>
36 + <use>
37 + <flag name="ldap">Build backend which enables default mail accounts, addressbooks and calendars for Evolution to be configured using each user's LDAP entry."</flag>
38 + </use>
39 + <upstream>
40 + <remote-id type="gnome-gitlab">Archive/gconf</remote-id>
41 + </upstream>
42 </pkgmetadata>