summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: fix ArchesOutOfSync for x86-macosSam James2024-02-071-1/+2
| | | | | | | | | | | | | Followup to: * 854887066c3d32ae4961f9eb29a91a8d1785d26c (profiles/prefix/darwin/macos/10.5/x86: add gcc sub-profile) * 3788eef280dcff5d415b4b1c3af1c1e58767a0b1 (profiles: restore 32-bits Intel Mac OS X 10.5 profile) This fixes the following from pkgcheck (and a new warning in CI -> PRs fail): ``` ArchesOutOfSync 'profiles/arches.desc' is out of sync with 'arch.list', arch: x86-macos ``` Signed-off-by: Sam James <sam@gentoo.org>
* profiles/arches.desc: drop removed keywordsFabian Groffen2023-05-251-6/+0
| | | | | | | | | | | | - 32-bits Solaris is no longer supported on recent versions, older versions of Solaris are no longer usable (e.g. no GCC support) and we don't have profiles for them for a long time - Sparc64 is still around, but we don't have access to it any more, and not tested it for ages either - Windows/Cygwin is not working for a long time, and there is noone to really support it Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: add riscv-linux to arches.descGuilherme Amadio2023-01-191-0/+1
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* profiles: add new ARCH keyword "loong"WANG Xuerui2022-04-241-1/+2
| | | | | | See: https://github.com/gentoo/gentoo/pull/25083 Reviewed-by: Sam James <sam@gentoo.org> Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* profiles: add amd64-linux to arches.descWilliam Hubbs2021-09-141-0/+1
| | | | | | I'm not sure why this wasn't here, but it needs to be here for ekeyword. Signed-off-by: William Hubbs <williamh@gentoo.org>
* profiles: mark s390 as 'testing'Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Add Emacs local variables list to {arches,profiles}.descUlrich Müller2021-03-051-0/+6
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles: Copyright headers for some filesUlrich Müller2021-03-041-0/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles: drop references to x86-macosFabian Groffen2021-01-071-1/+0
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: drop ppc-aix, m68k-mintFabian Groffen2020-12-271-3/+0
| | | | | | | This marks the end of an era of fun. From now on, the Prefix keywords/targets ppc-aix and m68k-mint are no more. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: remove all traces of x86-cygwin, add arm64-macosFabian Groffen2020-12-181-0/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: drop ~x86-cygwinSam James2020-12-181-1/+0
| | | | | Bug: https://bugs.gentoo.org/760057 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Add arches.desc per GLEP 72Michał Górny2020-04-291-0/+46
Signed-off-by: Michał Górny <mgorny@gentoo.org>