commit: 683a13e96004eefcbdf83842de2233bf28078e48 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Apr 18 18:30:48 2016 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Apr 18 18:30:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683a13e9
dev-db/mysql-cluster: Reorder maintainers after GLEP68 change Package-Manager: portage-2.2.28 dev-db/mysql-cluster/metadata.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-db/mysql-cluster/metadata.xml b/dev-db/mysql-cluster/metadata.xml index 34d1214..5427ac7 100644 --- a/dev-db/mysql-cluster/metadata.xml +++ b/dev-db/mysql-cluster/metadata.xml @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> - <description>Libressl issues. Only assign if it's a direct Libressl issue. Do not directly assign for anything else.</description> - </maintainer> -<maintainer type="project"> + <maintainer type="project"> <email>[email protected]</email> <name>MySQL</name> </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <description>Libressl issues. Only assign if it's a direct Libressl issue. Do not directly assign for anything else.</description> + </maintainer> <use> <flag name="cluster">Add support for NDB clustering</flag> <flag name="community">Enables the community features from upstream.</flag>
