Skip to content

Commit

Permalink
dev-libs/libassuan: update maintainers (add base-system@)
Browse files Browse the repository at this point in the history
It makes sense for the gnupg stack to have aligned maintainers.

Bug: https://bugs.gentoo.org/813621
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 29, 2022
1 parent 70cc510 commit 15b8287
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dev-libs/libassuan/metadata.xml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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>

0 comments on commit 15b8287

Please sign in to comment.