commit:     4dc538d59484496141d388bb887bc7d0917266e1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 15:59:32 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 15:59:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc538d5

ghc-package.eclass: Fix @DESCRIPTION tag usage

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 eclass/ghc-package.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass
index f71116b..5466c0b 100644
--- a/eclass/ghc-package.eclass
+++ b/eclass/ghc-package.eclass
@@ -225,7 +225,8 @@ ghc-package-exists() {
 }
 
 # @FUNCTION: check-for-collisions
-# @DESCRIPTION: makes sure no packages
+# @DESCRIPTION:
+# makes sure no packages
 # have the same version as initial package setup
 check-for-collisions() {
        local localpkgconf=$1

Reply via email to