diff options
-rw-r--r-- | dev-libs/libassuan/metadata.xml | 9 |
1 files 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>base-system@gentoo.org</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> |