From 7c9bacebd7254491a72e633b523feacfec72d5ec Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 23 Oct 2023 10:34:55 +0200 Subject: 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 --- eclass/ghc-package.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/ghc-package.eclass') 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" -# @SUPPORTED_EAPIS: 6 7 8 # @AUTHOR: # Original Author: Andres Loeh +# @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. -- cgit v1.2.3-65-gdbad