Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-host/
Date: Mon, 13 Sep 2021 16:26:39
Message-Id: 1631550005.9b67ea3a9aa1603ce47cc1091212a367135218bc.marecki@gentoo
1 commit: 9b67ea3a9aa1603ce47cc1091212a367135218bc
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 16:20:05 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 16:20:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b67ea3a
7
8 app-crypt/libu2f-host: fix metadata indentation
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-crypt/libu2f-host/metadata.xml | 22 +++++++++++-----------
13 1 file changed, 11 insertions(+), 11 deletions(-)
14
15 diff --git a/app-crypt/libu2f-host/metadata.xml b/app-crypt/libu2f-host/metadata.xml
16 index 8bc77dcfe61..24d32e1527a 100644
17 --- a/app-crypt/libu2f-host/metadata.xml
18 +++ b/app-crypt/libu2f-host/metadata.xml
19 @@ -1,15 +1,15 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <!-- maintainer-needed -->
24 - <use>
25 - <flag name="systemd">
26 - Use user ACLs rather than plugdev group to give user access to the HIDRAW
27 - device.
28 - </flag>
29 - </use>
30 - <upstream>
31 - <remote-id type="github">Yubico/libu2f-host</remote-id>
32 - <bugs-to>https://github.com/Yubico/libu2f-host/issues</bugs-to>
33 - </upstream>
34 + <!-- maintainer-needed -->
35 + <use>
36 + <flag name="systemd">
37 + Use user ACLs rather than plugdev group to give user access to the HIDRAW
38 + device.
39 + </flag>
40 + </use>
41 + <upstream>
42 + <remote-id type="github">Yubico/libu2f-host</remote-id>
43 + <bugs-to>https://github.com/Yubico/libu2f-host/issues</bugs-to>
44 + </upstream>
45 </pkgmetadata>