commit: 6db9cfd1e99f4a6a4783281761c8e0b6437e045c Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Mon Apr 18 06:34:27 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Apr 18 07:58:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db9cfd1
dev-db/mariadb: Fix metadata.xml file. Package-Manager: portage-2.2.26 dev-db/mariadb/metadata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/mariadb/metadata.xml b/dev-db/mariadb/metadata.xml index 7a49be6..a0ae89f 100644 --- a/dev-db/mariadb/metadata.xml +++ b/dev-db/mariadb/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer restrict="dev-db/mariadb[libressl]" type="person"> + <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"> - <email>[email protected]</email> + <maintainer type="project"> + <email>[email protected]</email> <name>MySQL</name> </maintainer> <!--
