summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-10-23 10:34:55 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-10-23 10:34:55 +0200
commit7c9bacebd7254491a72e633b523feacfec72d5ec (patch)
treefdcc069e619e4650b22326ad6fab2785fc7d5f54 /eclass
parentmedia-video/qmplay2: add 23.10.22 (diff)
downloadgentoo-7c9bacebd7254491a72e633b523feacfec72d5ec.tar.gz
gentoo-7c9bacebd7254491a72e633b523feacfec72d5ec.tar.bz2
gentoo-7c9bacebd7254491a72e633b523feacfec72d5ec.zip
ghc-package.eclass: fix "unknown keyword @AUTHOR:" eclass-to-manpage error
AUTHOR has to be before SUPPORTED_EAPIS, otherwise eclass-to-manpage reports: ghc-package.eclass: error:8: ghc-package.eclass: unknown keyword @AUTHOR: Fixes: 356bdc36a6bd ("ghc-package.eclass: Sync from ::haskell") Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ghc-package.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass
index 5bd51c0f41ac..66a14ca971ba 100644
--- a/eclass/ghc-package.eclass
+++ b/eclass/ghc-package.eclass
@@ -1,12 +1,12 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ghc-package.eclass
# @MAINTAINER:
# "Gentoo's Haskell Language team" <haskell@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7 8
# @AUTHOR:
# Original Author: Andres Loeh <kosmikus@gentoo.org>
+# @SUPPORTED_EAPIS: 6 7 8
# @BLURB: This eclass helps with the Glasgow Haskell Compiler's package configuration utility.
# @DESCRIPTION:
# Helper eclass to handle ghc installation/upgrade/deinstallation process.