diff options
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 |