Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: Brian Evans <grknight@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
Date: Mon, 18 Apr 2016 17:38:55
Message-Id: 20160418193814.1ace42a8.mgorny@gentoo.org
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/ by Brian Evans
1 On Mon, 18 Apr 2016 13:31:08 -0400
2 Brian Evans <grknight@g.o> wrote:
3
4 > On 4/18/2016 11:34 AM, Michał Górny wrote:
5 > > On Mon, 18 Apr 2016 08:13:33 +0000 (UTC)
6 > > "Patrice Clement" <monsieurp@g.o> wrote:
7 > >
8 > >> commit: 912a9f1e2ed5717a7669861b4978dfaf868c5ae7
9 > >> Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
10 > >> AuthorDate: Mon Apr 18 06:33:40 2016 +0000
11 > >> Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
12 > >> CommitDate: Mon Apr 18 07:57:59 2016 +0000
13 > >> URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912a9f1e
14 > >>
15 > >> dev-db/mysql: Fix metadata.xml file.
16 > >>
17 > >> Package-Manager: portage-2.2.26
18 > >>
19 > >> dev-db/mysql/metadata.xml | 4 ++--
20 > >> 1 file changed, 2 insertions(+), 2 deletions(-)
21 > >>
22 > >> diff --git a/dev-db/mysql/metadata.xml b/dev-db/mysql/metadata.xml
23 > >> index 422ac80..538f21e 100644
24 > >> --- a/dev-db/mysql/metadata.xml
25 > >> +++ b/dev-db/mysql/metadata.xml
26 > >> @@ -1,11 +1,11 @@
27 > >> <?xml version="1.0" encoding="UTF-8"?>
28 > >> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 > >> <pkgmetadata>
30 > >> -<maintainer restrict="dev-db/mysql[libressl]" type="person">
31 >
32 > Why was the restrict removed?
33 >
34 > GLEP 67 does not remove the restrictions either:
35 >
36 > "The package metadata description is fully self-sufficient for bug
37 > assignment. The order in which <maintainer/> elements occur (after
38 > applying restrictions) indicates the chain of responsibility. A bug is
39 > assigned to the first maintainer, while all the remaining maintainers
40 > are CC-ed."
41 >
42 > The point of this entry is to assign bugs when a certain condition
43 > exists. The person/project is not responsible otherwise.
44
45 It's GLEP 68. restrict="" must be EAPI 0 which means no USE
46 dependencies.
47
48 --
49 Best regards,
50 Michał Górny
51 <http://dev.gentoo.org/~mgorny/>

Replies