commit: cfd3c7ffe49739b88afba3cad38d8d33fb599b45
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 22:18:25 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 03:17:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd3c7ff
mate-extra/mate-utils: Disable static-libs
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
.../{mate-utils-1.24.0.ebuild => mate-utils-1.24.0-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
similarity index 96%
rename from mate-extra/mate-utils/mate-utils-1.24.0.ebuild
rename to mate-extra/mate-utils/mate-utils-1.24.0-r1.ebuild
index c6f28252c16..28df90e36ad 100644
--- a/mate-extra/mate-utils/mate-utils-1.24.0.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.24.0-r1.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="Utilities for the MATE desktop"
@@ -63,6 +63,7 @@ src_prepare() {
src_configure() {
mate_src_configure \
+ --disable-static \
--enable-zlib \
--enable-debug=$(usex debug yes minimum) \
$(use_with X x) \