Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: Michael Palimaka <kensington@g.o>
Subject: Re: [gentoo-dev] [PATCH] skel.metadata.xml: update for GLEP 67
Date: Mon, 25 Jan 2016 14:17:20
Message-Id: 22182.11872.579167.353817@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] [PATCH] skel.metadata.xml: update for GLEP 67 by Michael Palimaka
1 >>>>> On Tue, 26 Jan 2016, Michael Palimaka wrote:
2
3 > -<use>
4 > - <flag name="flag">Description of how USE='flag' affects this package</flag>
5 > - <flag name="userland_GNU">Description of how USERLAND='GNU' affects this
6 > - package</flag>
7 > - <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
8 > - Requires an installed dictionary from <cat>app-dicts</cat></flag>
9 > -</use>
10
11 > + <use>
12 > + <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
13 > + Requires an installed dictionary from <cat>app-dicts</cat></flag>
14 > + <flag name="flag">Description of how USE='flag' affects this package</flag>
15 > + <flag name="userland_GNU">Description of how USERLAND='GNU' affects this
16 > + package</flag>
17 > + </use>
18
19 Better omit these unrelated indentation changes. Also the length of
20 lines should be kept below 80 positions.
21
22 Ulrich