commit:     23ea70513e81f0f00bcc36dddc7ab9945cb909b1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 31 17:23:08 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 31 17:23:08 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=23ea7051

kde.org.eclass: Move EXPORT_FUNCTIONS below guard

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/kde.org.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 21d96602c0..c375893e25 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -20,8 +20,6 @@ case ${EAPI} in
        *) die "EAPI=${EAPI:-0} is not supported" ;;
 esac
 
-EXPORT_FUNCTIONS pkg_nofetch src_unpack
-
 if [[ -z ${_KDE_ORG_ECLASS} ]]; then
 _KDE_ORG_ECLASS=1
 
@@ -354,3 +352,5 @@ kde.org_src_unpack() {
 }
 
 fi
+
+EXPORT_FUNCTIONS pkg_nofetch src_unpack

Reply via email to