commit: 912a9f1e2ed5717a7669861b4978dfaf868c5ae7 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Mon Apr 18 06:33:40 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Apr 18 07:57:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912a9f1e
dev-db/mysql: Fix metadata.xml file. Package-Manager: portage-2.2.26 dev-db/mysql/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/metadata.xml b/dev-db/mysql/metadata.xml index 422ac80..538f21e 100644 --- a/dev-db/mysql/metadata.xml +++ b/dev-db/mysql/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer restrict="dev-db/mysql[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"> + <maintainer type="project"> <email>[email protected]</email> <name>MySQL</name> </maintainer>
