commit: 7866e987215e07c3bcb3302d66236e07fa2657a3 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jan 7 14:56:30 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jan 7 19:39:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7866e987
profiles/use.desc: add new USE=headers-only global flag It's meaning will be the same as CROSSCOMPILE_OPTS=headers-only. The difference is it will not be hidden. Bug: https://bugs.gentoo.org/642712 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index 44beb587629..042b3e91579 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -135,6 +135,7 @@ handbook - Enable handbooks generation for packages by KDE hardened - Activate default security enhancements for toolchain (gcc, glibc, binutils) hddtemp - Enable monitoring of hdd temperature (app-admin/hddtemp) hdf5 - Add support for the Hierarchical Data Format v5 +headers-only - Install only C headers instead of whole package. Mainly used by sys-devel/crossdev for toolchain bootstrap. hscolour - Include coloured haskell sources to generated documentation (dev-haskell/hscolour) ibm - Add support for IBM ppc64 specific systems iconv - Enable support for the iconv character set conversion library
