Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 28 Dec 2015 16:06:30
Message-Id: 1451318372.4dc538d59484496141d388bb887bc7d0917266e1.jlec@gentoo
1 commit: 4dc538d59484496141d388bb887bc7d0917266e1
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 15:59:32 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 15:59:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc538d5
7
8 ghc-package.eclass: Fix @DESCRIPTION tag usage
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 eclass/ghc-package.eclass | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass
16 index f71116b..5466c0b 100644
17 --- a/eclass/ghc-package.eclass
18 +++ b/eclass/ghc-package.eclass
19 @@ -225,7 +225,8 @@ ghc-package-exists() {
20 }
21
22 # @FUNCTION: check-for-collisions
23 -# @DESCRIPTION: makes sure no packages
24 +# @DESCRIPTION:
25 +# makes sure no packages
26 # have the same version as initial package setup
27 check-for-collisions() {
28 local localpkgconf=$1