commit: 9b67ea3a9aa1603ce47cc1091212a367135218bc Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Sep 13 16:20:05 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Sep 13 16:20:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b67ea3a
app-crypt/libu2f-host: fix metadata indentation Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-crypt/libu2f-host/metadata.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app-crypt/libu2f-host/metadata.xml b/app-crypt/libu2f-host/metadata.xml index 8bc77dcfe61..24d32e1527a 100644 --- a/app-crypt/libu2f-host/metadata.xml +++ b/app-crypt/libu2f-host/metadata.xml @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="systemd"> - Use user ACLs rather than plugdev group to give user access to the HIDRAW - device. - </flag> - </use> - <upstream> - <remote-id type="github">Yubico/libu2f-host</remote-id> - <bugs-to>https://github.com/Yubico/libu2f-host/issues</bugs-to> - </upstream> + <!-- maintainer-needed --> + <use> + <flag name="systemd"> + Use user ACLs rather than plugdev group to give user access to the HIDRAW + device. + </flag> + </use> + <upstream> + <remote-id type="github">Yubico/libu2f-host</remote-id> + <bugs-to>https://github.com/Yubico/libu2f-host/issues</bugs-to> + </upstream> </pkgmetadata>
