summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: split armv7a 23.0 profiles into sf and hfAndreas K. Hüttel2023-12-2079-6/+55
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: reorganize loong llvm profilesWANG Xuerui2023-12-197-11/+2
| | | | | | | | | | | According to IRC review: - rename from "clang" to "llvm" for consistency, and - put the llvm systemd profile under llvm/ so that "systemd" always comes last. Fixes: 86cafe231fd3acc0b078335c2ae75cadd025fc01 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* profiles, 23.0 arm: fix typoAndreas K. Hüttel2023-12-181-1/+1
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: split 23.0 armv6j profiles up into sf and hfAndreas K. Hüttel2023-12-1833-6/+24
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: add experimental loong clang profilesWANG Xuerui2023-12-196-0/+24
| | | | | Closes: https://github.com/gentoo/gentoo/pull/34324 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* profiles: clean up arm 23.0Ian Jordan2023-12-1742-63/+0
| | | | | | | | Remove unnecessary profiles on ARM CPUs that will stuggle to run a desktop on. Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34306 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Remove entries matching UnknownProfileUse*Michał Górny2023-12-171-3/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Remove entries with UnknownProfilePackageUseMichał Górny2023-12-171-5/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Remove entries with OutdatedProfilePackageMichał Górny2023-12-171-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles, arm64, 23.0: add missing directoryAndreas K. Hüttel2023-12-112-0/+3
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Add m68k 23.0 profile directoriesAndreas K. Hüttel2023-12-0612-0/+25
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0: drop non-hardened selinux profileAndreas K. Hüttel2023-11-264-6/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0: drop global DT_RELR and enable it only on x86 and PowerAndreas K. Hüttel2023-11-264-0/+16
| | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=818376 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0: add ppc64le directory treeAndreas K. Hüttel2023-11-2348-0/+112
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0: add ppc64 directory treeAndreas K. Hüttel2023-11-2228-0/+76
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0: add ppc directory treeAndreas K. Hüttel2023-11-2228-0/+72
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0, musl, x86: fix CHOST vendor fieldAndreas K. Hüttel2023-11-162-2/+2
| | | | | Bug: https://bugs.gentoo.org/917396 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0, musl, riscv: fix CHOST vendor fieldAndreas K. Hüttel2023-11-164-8/+8
| | | | | Bug: https://bugs.gentoo.org/917396 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0, musl, mips: fix CHOST vendor fieldAndreas K. Hüttel2023-11-168-8/+8
| | | | | Bug: https://bugs.gentoo.org/917396 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0, musl, arm64: fix CHOST vendor fieldAndreas K. Hüttel2023-11-152-2/+2
| | | | | Bug: https://bugs.gentoo.org/917396 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0, musl, amd64: fix CHOST vendor fieldAndreas K. Hüttel2023-11-152-2/+2
| | | | | Bug: https://bugs.gentoo.org/917396 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux: drop sys-apps/makedev from packages.buildMike Gilbert2023-10-311-2/+1
| | | | | Closes: https://bugs.gentoo.org/909664 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* profiles: add openjdk:21 system-bootstrap masksFlorian Schmaus2023-10-283-3/+6
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-util/intel-graphics-compiler: reenable vectorcompilerConrad Kostecki2023-10-051-5/+0
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* profiles/default/linux: fix intel-graphics-compiler maskSam James2023-10-031-1/+1
| | | | | Fixes:e 15a542fb8eea2726d80fb3b02aae986d3677ed3 Signed-off-by: Sam James <sam@gentoo.org>
* package.use.mask: mask vc for igcConrad Kostecki2023-10-021-0/+5
| | | | | | See https://github.com/intel/intel-graphics-compiler/issues/303 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* profiles: add a developer profile for loongWANG Xuerui2023-07-282-0/+3
| | | | | Closes: https://github.com/gentoo/gentoo/pull/32064 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* profiles: add loong desktop/{gnome,plasma} profilesWANG Xuerui2023-07-2824-0/+36
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* profiles: Exempt jaraco-text from default USE=cli on LinuxAndreas K. Hüttel2023-07-081-0/+4
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Add m68k musl profile supportIan Jordan2023-06-263-0/+8
| | | | | | | | | | | | | | | sys-libs/musl: m68k keywording After testing this profile and musl support has been working on my m68k system so is ready for review. I've added sys-libs/musl keywording at the same time as per the bug request. This includes the suggested profile changes by Chewi and Matoro for a cleaner profile. Closes: https://bugs.gentoo.org/909040 Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31604 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles/default/linux: package.unmask -> package.maskSam James2023-06-101-3/+3
| | | | | | | | package.unmask isn't in PMS. Thanks to negril for reporting! Signed-off-by: Sam James <sam@gentoo.org>
* profiles: mask sys-libs/libcap-ng on !linuxSam James2023-06-061-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: mask sys-libs/libseccomp on !linuxSam James2023-06-061-0/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: mask dev-libs/libaio on !linuxSam James2023-06-061-0/+4
| | | | | Reported-by: Konstantin Kliakhandler Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux/arm/23.0/musl/armv6j: inherit arch/arm/armv6jSam James2023-05-171-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux/arm/23.0/musl/armv7a: inherit profiles/arch/arm/armv7aSam James2023-05-171-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux/arm/17.0/musl/armv7a: inherit arch/arm/armv7aSam James2023-05-161-0/+1
| | | | | | We do this already for the non-musl profiles. Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux/arm/17.0/musl/armv6j: inherit arch/arm/armv6jSam James2023-05-161-0/+1
| | | | | | We do this already for the non-musl profiles. Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux: sort mask datesSam James2023-04-012-12/+12
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux/mips: reorganize for proper inheritanceMatoro Mahri2023-03-1942-50/+46
| | | | | | | | | | | | musl profiles should be subprofiles of the corresponding non-musl profiles, rather than top-level profiles below their relevant arch. Otherwise inheritance is incorrect and results in overwriting customizations from the musl feature profile. Bug: https://bugs.gentoo.org/896096 Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/30049 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: move USE="fortran openmp" from default/linux to releases/17.0Mike Gilbert2023-02-201-4/+1
| | | | | | | | This is an obsolete profile entry from the days when IUSE defaults did not exist. Bug: https://bugs.gentoo.org/890999 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* profiles/default/linux/arm/17.0/musl: unmask gcc[sanitize] for ↵Sam James2023-02-091-1/+1
| | | | | | | | | | >=sys-devel/gcc-13 tt_1 reports success on armv7a with musl w/ gcc 13. Let's try unmasking it for >=13 given it's likely a sync from libsanitizer in LLVM fixes this. Bug: https://bugs.gentoo.org/893654 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux/arm/17.0/musl: update bug ref in maskSam James2023-02-081-1/+1
| | | | | Bug: https://bugs.gentoo.org/893654 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux/arm/17.0/musl: mask sys-devel/gcc[sanitize]Sam James2023-02-081-0/+9
| | | | | Bug: https://bugs.gentoo.org/892079 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux: mask sys-devel/gcc[sanitize] on musl ppc* profilesSam James2023-01-293-1/+20
| | | | | | | mcontext parts of libsanitizer need porting. Bug: https://bugs.gentoo.org/892079 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: remove sys-apps/which from packages.build (stage1)Ben Kohler2023-01-251-1/+0
| | | | | | Bug: https://bugs.gentoo.org/502084 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* profiles/default/linux/ppc64le/17.0/ieee-long-double: adjust masksGeorgy Yakovlev2023-01-232-4/+5
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles/default/linux/ppc64le/17.0/ieee-long-double: remove bashrcGeorgy Yakovlev2023-01-231-11/+0
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles/default/linux/amd64/17.0/musl: unmask >= openjdk-8.352_p08Georgy Yakovlev2023-01-211-2/+3
| | | | | | | support was added in 8dd259239385abbe7d5cce6b74301f14bbbf5d66 and in 8.362_p09 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles: add aarch64_be systemd profilesAndreas K. Hüttel2023-01-166-0/+9
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>