Gentoo Archives: gentoo-dev

From: Adam Feldman <NP-Hardass@g.o>
To: gentoo-dev@l.g.o
Cc: Adam Feldman <NP-Hardass@g.o>
Subject: [gentoo-dev] [PATCH] mate.eclass: #637786, adj {MATE,GNOME}_LA_PUNT to fix eclassdoc gen
Date: Sat, 01 Aug 2020 19:00:48
Message-Id: 20200801190005.3672-1-NP-Hardass@gentoo.org
1 Closes: https://bugs.gentoo.org/637786
2 ---
3 eclass/mate.eclass | 3 ++-
4 1 file changed, 2 insertions(+), 1 deletion(-)
5
6 diff --git a/eclass/mate.eclass b/eclass/mate.eclass
7 index d6718872c05d..2bcf1f7afd63 100644
8 --- a/eclass/mate.eclass
9 +++ b/eclass/mate.eclass
10 @@ -29,7 +29,8 @@ esac
11 # - "yes": will run prune_libtool_files --modules
12 # - If it is not set, it will run prune_libtool_files
13 # MATE_LA_PUNT is a stub to GNOME2_LA_PUNT
14 -GNOME2_LA_PUNT=${MATE_LA_PUNT:-""}
15 +MATE_LA_PUNT=${MATE_LA_PUNT:-""}
16 +GNOME2_LA_PUNT="${MATE_LA_PUNT}"
17
18 inherit gnome2 autotools mate-desktop.org
19
20 --
21 2.26.2