Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Tue, 31 Aug 2021 17:23:35
Message-Id: 1630430588.23ea70513e81f0f00bcc36dddc7ab9945cb909b1.asturm@gentoo
1 commit: 23ea70513e81f0f00bcc36dddc7ab9945cb909b1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 17:23:08 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 17:23:08 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=23ea7051
7
8 kde.org.eclass: Move EXPORT_FUNCTIONS below guard
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde.org.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
16 index 21d96602c0..c375893e25 100644
17 --- a/eclass/kde.org.eclass
18 +++ b/eclass/kde.org.eclass
19 @@ -20,8 +20,6 @@ case ${EAPI} in
20 *) die "EAPI=${EAPI:-0} is not supported" ;;
21 esac
22
23 -EXPORT_FUNCTIONS pkg_nofetch src_unpack
24 -
25 if [[ -z ${_KDE_ORG_ECLASS} ]]; then
26 _KDE_ORG_ECLASS=1
27
28 @@ -354,3 +352,5 @@ kde.org_src_unpack() {
29 }
30
31 fi
32 +
33 +EXPORT_FUNCTIONS pkg_nofetch src_unpack