commit: 08cb09d1ce901c9f295ed4c9995d510e633d207b Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Jan 16 16:32:27 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Jan 16 16:32:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cb09d1
sys-libs/cygwin-crypt: Fix metadata.xml Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-libs/cygwin-crypt/metadata.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-libs/cygwin-crypt/metadata.xml b/sys-libs/cygwin-crypt/metadata.xml index f47e1fc..598620e 100644 --- a/sys-libs/cygwin-crypt/metadata.xml +++ b/sys-libs/cygwin-crypt/metadata.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> + <maintainer type="person"> <email>[email protected]</email> <name>Michael Haubenwallner</name> </maintainer> <longdescription lang="en"> -This packages provides a library which exports the functions crypt(3), -encrypt(3), and setkey(3). The created passwords are 56 bit DES -encrypted and are 100% identical to those created by the Linux crypt(3). + This packages provides a library which exports the functions crypt(3), + encrypt(3), and setkey(3). The created passwords are 56 bit DES + encrypted and are 100% identical to those created by the Linux crypt(3). </longdescription> </pkgmetadata>
