commit: d4ce92a6820af8a21ce77e0b931e5a0c8719d406 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 21:20:38 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Oct 31 17:58:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ce92a6
net-misc/modemmanager: Set remote-id Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-misc/modemmanager/metadata.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/net-misc/modemmanager/metadata.xml b/net-misc/modemmanager/metadata.xml index 97718f935bb7..9d7421218e6c 100644 --- a/net-misc/modemmanager/metadata.xml +++ b/net-misc/modemmanager/metadata.xml @@ -1,14 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <use> - <flag name="mbim">Enable MBIM modem protocol</flag> - <flag name="qmi">Enable support for the QMI modem protocol used by - devices with Qualcomm chipsets</flag> - <flag name="qrtr">Enable support for the QMI over IPC Router bus (QRTR) protocol</flag> - </use> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <use> + <flag name="mbim">Enable MBIM modem protocol</flag> + <flag name="qmi">Enable support for the QMI modem protocol used by devices with Qualcomm chipsets</flag> + <flag name="qrtr">Enable support for the QMI over IPC Router bus (QRTR) protocol</flag> + </use> + <upstream> + <remote-id type="freedesktop-gitlab">mobile-broadband/ModemManager</remote-id> + </upstream> </pkgmetadata>
