Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 19 Aug 2020 19:55:09
Message-Id: 1597866878.7b8c82938ea5df4f4c0fc4fce1b3e61e53129906.np-hardass@gentoo
1 commit: 7b8c82938ea5df4f4c0fc4fce1b3e61e53129906
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 18:57:14 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 19:54:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8c8293
7
8 mate.eclass: #637786, adj {MATE,GNOME}_LA_PUNT to fix eclassdoc gen
9
10 Closes: https://bugs.gentoo.org/637786
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 eclass/mate.eclass | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/eclass/mate.eclass b/eclass/mate.eclass
17 index 3dea7bd7d6f..27875574ac5 100644
18 --- a/eclass/mate.eclass
19 +++ b/eclass/mate.eclass
20 @@ -29,7 +29,8 @@ esac
21 # - "yes": will run prune_libtool_files --modules
22 # - If it is not set, it will run prune_libtool_files
23 # MATE_LA_PUNT is a stub to GNOME2_LA_PUNT
24 -GNOME2_LA_PUNT=${MATE_LA_PUNT:-""}
25 +MATE_LA_PUNT=${MATE_LA_PUNT:-""}
26 +GNOME2_LA_PUNT="${MATE_LA_PUNT}"
27
28 inherit gnome2 autotools mate-desktop.org