summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: mask 'systemd' USE flag for musl and uclibcMike Gilbert2020-01-111-0/+3
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-shells/mksh: USE=static now uses the system libcHaelwenn (lanodan) Monnier2019-12-021-0/+3
| | | | | | | | | | | | | | | | | Which means that glibc needs to be masked as it's static-linking is broken. I considered dietlibc as a replacement to klibc but: - dietlibc is maintained-needed too - it could be a elibc_glibc? in DEPEND but this would probably be a noblah USE flag - it would mean that arches where mksh is believed to work and some of our libc do but not dietlibc or klibc (like alpha with bug #487672) would be prevented from USE=static Closes: https://bugs.gentoo.org/653388 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: mask virtual/libudev-232-r1 on muslAnthony G. Basile2019-10-271-0/+1
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: Mask lto useflag for mozilla products on muslJory Pratt2019-10-231-0/+4
| | | | Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* features/musl/package.mask: use elfutils from musl overlayJory Pratt2019-08-211-4/+0
| | | | | Closes: https://bugs.gentoo.org/692688 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* profiles: Clean up stray package/flag masksMichał Górny2019-07-161-5/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Update all files to YYYY-MM-DD date format.Ulrich Müller2019-07-011-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profile: mask rust-bin on musl profilesJory Pratt2019-04-261-0/+3
| | | | Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* profiles: USE=utmp/wtmp is already masked for muslAnthony G. Basile2019-04-141-3/+0
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: mask utmp/wtmp on x11-terms/rxvt-unicode for muslAnthony G. Basile2019-04-131-0/+3
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: Add comment for the utmp/wtmp mask on muslJory Pratt2019-04-101-0/+2
| | | | Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* profiles: Mask utmp and wtmp for musl profilesJory Pratt2019-04-101-0/+2
| | | | Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* profiles: Remove obsolete pacakge.mask entriesMichał Górny2019-03-131-3/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Remove obsolete LLVM masks/forcesMichał Górny2019-03-111-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/features/musl: mask =sys-apps/openrc-0.40*Anthony G. Basile2019-02-231-0/+3
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: Clean removed media-libs/mesa flagsMichał Górny2018-12-011-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Remove a bunch of obsolete package/flag masksMichał Górny2018-11-281-2/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Clean up masks for stale package versionsMichał Górny2018-04-181-3/+0
|
* profiles/*/musl: package.use.mask app-shells/bash[mem-scramble]Georgy Yakovlev2018-03-041-0/+5
| | | | | | | mem-scramble enables bash-malloc which relies on sbrk which is implemented as a fail-only stub in musl. Enabling it will break bash (and portage) horribly. xmalloc: locale.c:81: cannot allocate 18 bytes (0 bytes allocated)
* profiles: restructure amd64, arm and x86 musl profilesAnthony G. Basile2018-01-2810-0/+109
This restructuring brings the musl profiles into conformity with the glibc profiles for amd64, arm and x86. Yet to be done are the profiles for ppc and mips. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>