commit:     15b8287561de94d659dfc00ae423be903cefc9b4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 06:48:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 07:25:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b82875

dev-libs/libassuan: update maintainers (add base-system@)

It makes sense for the gnupg stack to have aligned maintainers.

Bug: https://bugs.gentoo.org/813621
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libassuan/metadata.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libassuan/metadata.xml b/dev-libs/libassuan/metadata.xml
index ea62cfbd9fb3..2a5683490ac8 100644
--- a/dev-libs/libassuan/metadata.xml
+++ b/dev-libs/libassuan/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Base System</name>
+       </maintainer>
+       <longdescription>
 In an ideal world, Assuan is irrelevant.  Assuan's primary use is to
 allow a client to interact with a non-persistent server.  Using Assuan,
 this is accomplished by forking a subprocess and communicating with it
@@ -12,5 +15,5 @@ across several transactions: not only is there a penalty for 
an
 increased number of context switches, but also a significant amount of
 data is MEMCPYed from the client to a file descriptor and from the file
 descriptor to the server.
-</longdescription>
+       </longdescription>
 </pkgmetadata>

Reply via email to