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: mate-extra/mate-utils/
Date: Fri, 07 Aug 2020 03:18:28
Message-Id: 1596770262.cfd3c7ffe49739b88afba3cad38d8d33fb599b45.np-hardass@gentoo
1 commit: cfd3c7ffe49739b88afba3cad38d8d33fb599b45
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 22:18:25 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 03:17:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd3c7ff
7
8 mate-extra/mate-utils: Disable static-libs
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 .../{mate-utils-1.24.0.ebuild => mate-utils-1.24.0-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/mate-extra/mate-utils/mate-utils-1.24.0.ebuild b/mate-extra/mate-utils/mate-utils-1.24.0-r1.ebuild
17 similarity index 96%
18 rename from mate-extra/mate-utils/mate-utils-1.24.0.ebuild
19 rename to mate-extra/mate-utils/mate-utils-1.24.0-r1.ebuild
20 index c6f28252c16..28df90e36ad 100644
21 --- a/mate-extra/mate-utils/mate-utils-1.24.0.ebuild
22 +++ b/mate-extra/mate-utils/mate-utils-1.24.0-r1.ebuild
23 @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
24 inherit mate
25
26 if [[ ${PV} != 9999 ]]; then
27 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
28 + KEYWORDS="amd64 ~arm ~arm64 x86"
29 fi
30
31 DESCRIPTION="Utilities for the MATE desktop"
32 @@ -63,6 +63,7 @@ src_prepare() {
33
34 src_configure() {
35 mate_src_configure \
36 + --disable-static \
37 --enable-zlib \
38 --enable-debug=$(usex debug yes minimum) \
39 $(use_with X x) \