diff options
author | 2018-09-19 00:05:36 +0100 | |
---|---|---|
committer | 2018-10-04 20:29:03 -0400 | |
commit | 19b6846e1b761a2b052d2507f1a86fc3c76ee8a9 (patch) | |
tree | 89b3f26b5be59ba7674de941904f3c83c703e890 /profiles/features/uclibc/package.use.mask | |
parent | profiles/profiles.desc: Add 17.0 arm musl profiles (diff) | |
download | gentoo-19b6846e1b761a2b052d2507f1a86fc3c76ee8a9.tar.gz gentoo-19b6846e1b761a2b052d2507f1a86fc3c76ee8a9.tar.bz2 gentoo-19b6846e1b761a2b052d2507f1a86fc3c76ee8a9.zip |
profiles: Add new 17.0 uclibc profiles & features structure
Roughly mimicking commit deb72d3a8b4e6f37c9191a229bbe19/
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles/features/uclibc/package.use.mask')
-rw-r--r-- | profiles/features/uclibc/package.use.mask | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/profiles/features/uclibc/package.use.mask b/profiles/features/uclibc/package.use.mask new file mode 100644 index 000000000000..d50e095b0281 --- /dev/null +++ b/profiles/features/uclibc/package.use.mask @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <mgorny@gentoo.org> (12 Jan 2018) +# Those require USE=java that is masked in this profile. +app-emulation/virtualbox vboxwebsrv +app-office/libreoffice libreoffice_extensions_wiki-publisher + +# Thomas Deutschmann <whissi@gentoo.org> (21 Jan 2017) +# Mask due Gnome3 not going to be stabilized on this arch +# due to uclibc +dev-util/geany-plugins gtkspell + +# Joshua Kinard <kumba@gentoo.org> (18 Jan 2016) +# Fails linking to gettext/libintl for symbol 'libintl_gettext'. +# Is fixable by using 'append-ldflags' from flag-o-matic to force +# -lintl, but that's a QA violation. Real solution is to use +# 'append-libs', but xfsdump's build system doesn't honor $LIBS. +# So this is the best way for now. See 570548. +sys-fs/xfsdump nls |