summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge updates from masterRepository mirror & CI2024-04-101-0/+5
|\
| * profiles/features/wd40: add dev-util/bugbite-cli and dev-util/cargo-nextestAgostino Sarubbo2024-04-101-0/+5
| | | | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-101-147/+147
|\|
| * profiles: revert all pre-23.0 profiles to their old stability levelsEli Schwartz2024-04-101-147/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Making 17.1 exp immediately gives the impression that it's formally deprecated, which it isn't yet. We also don't really want *everyone* to migrate to 23.0 ASAP, as it gives time to work out issues then. Performed via: ``` git show b52dd2f5b0dcb002f67feaba15a6f47f47e16275:profiles/profiles.desc > profiles/profiles-pre.desc ``` and carefully diffing the results, migrating over each non-23.0 line. Some sorting is necessary since musl was grouped together e.g. in commit d7ac54d057bc3de0c146a2f9c180ea268f65edd7. [sam: Add Closes tag for my earlier draft PR.] Closes: https://github.com/gentoo/gentoo/pull/35871 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-101-1/+1
|\|
| * profiles/base: typo fix for qtbase's zstd package.use.force commentIonen Wolkens2024-04-091-1/+1
| | | | | | | | | | Fixes: f8c28803daec106ef1dc253c975a8c5870a4a8b2 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-101-0/+14
|\|
| * profiles/base: force USE=zstd for qtbase:6Ionen Wolkens2024-04-091-0/+14
| | | | | | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-091-0/+1
|\|
| * profiles/releases/23.0: enable zstd for sys-devel/lld tooSam James2024-04-091-0/+1
| | | | | | | | | | | | | | It has to match LLVM or we get autounmask hell. Bug: https://bugs.gentoo.org/928933 Signed-off-by: Sam James <sam@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-092-6/+13
|\|
| * profiles, 23.0: Undo USE="lzma zstd", except for toolchain where zstd makes ↵Andreas K. Hüttel2024-04-102-6/+13
| | | | | | | | | | | | | | | | | | | | sense As discussed on gentoo-dev and in toolchain / base-system teams. Closes: https://bugs.gentoo.org/928932 Closes: https://bugs.gentoo.org/928933 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* | 2024-04-09 19:49:16 UTCRepository mirror & CI2024-04-091-0/+6
| |
* | 2024-04-09 17:34:13 UTCRepository mirror & CI2024-04-091-6/+1
| |
* | 2024-04-09 07:34:08 UTCRepository mirror & CI2024-04-091-0/+1
| |
* | Merge updates from masterRepository mirror & CI2024-04-091-0/+1
|\|
| * dev-java/gson: slotmove 2.6 -> 0Volkmar W. Pogatzki2024-04-091-0/+1
| | | | | | | | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/36150/commits/889e2369240e74a0f115a16abaaf82d03c634448 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-081-0/+6
|\|
| * profiles: Mask <musl-1.2.5 for riscvAndreas K. Hüttel2024-04-081-0/+6
| | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-081-0/+12
|\|
| * profiles/package.mask: last rite dev-java/{gin,gwt,validation-api,icedtead-bin}Volkmar W. Pogatzki2024-04-081-0/+12
| | | | | | | | | | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/848804 Bug: https://bugs.gentoo.org/732628 Closes: https://bugs.gentoo.org/830248 Bug: https://bugs.gentoo.org/716228 Bug: https://bugs.gentoo.org/853100 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35987 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-072-1/+3
|\|
| * dev-java/openjdk: add x86 bootstrap tarball for SLOT=8Arthur Zamarin2024-04-072-1/+3
| | | | | | | | | | | | Requested by vaukai, to ease cleanup of icedtea. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* | 2024-04-07 16:50:48 UTCRepository mirror & CI2024-04-071-0/+1
| |
* | Merge updates from masterRepository mirror & CI2024-04-071-0/+4
|\|
| * profiles/features/musl: Mask use tools for sof-firmwarePacho Ramos2024-04-071-0/+4
| | | | | | | | | | Closes: https://bugs.gentoo.org/927791 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-071-0/+7
|\|
| * profiles/features/musl: mask app-emulation/protontricksMarek Szuba2024-04-071-0/+7
| | | | | | | | | | | | | | | | | | | | It's a helper tool for Steam. Steam does not, and likely never will according to upstream, support musl. As such, no point in even trying to switch from 'ldconfig -XNv' to something supported by musl for retrieving the host library path. Closes: https://bugs.gentoo.org/922391 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-071-0/+4
|\|
| * profiles/features/musl: mask dev-qt/qtbase[renderdoc]Matthew Smith2024-04-071-0/+4
| | | | | | | | | | | | NonsolvableDepsInDev because of media-gfx/renderdoc mask. Signed-off-by: Matthew Smith <matthew@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-071-0/+17
|\|
| * profiles: mask media-video/unifi-video for removalBen Kohler2024-04-071-0/+9
| | | | | | | | | | | | Bug: https://bugs.gentoo.org/928881 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
| * profiles: mask sys-apps/memtest86 for removalBen Kohler2024-04-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/502464 Bug: https://bugs.gentoo.org/607494 Bug: https://bugs.gentoo.org/628528 Bug: https://bugs.gentoo.org/750677 Bug: https://bugs.gentoo.org/887003 Bug: https://bugs.gentoo.org/912973 Bug: https://bugs.gentoo.org/920109 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-071-0/+4
|\|
| * profiles/features/musl: mask media-gfx/renderdocMatthew Smith2024-04-071-0/+4
| | | | | | | | | | Bug: https://bugs.gentoo.org/853856 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-071-1/+1
|\|
| * profiles/package.mask: add mask bug for sofia-sipHans de Graaff2024-04-071-1/+1
| | | | | | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* | 2024-04-07 01:18:52 UTCRepository mirror & CI2024-04-071-0/+1
| |
* | Merge updates from masterRepository mirror & CI2024-04-063-0/+38
|\|
| * profiles: Mask unmaintained and unused telepathy packagesAndreas Sturmlechner2024-04-061-0/+12
| | | | | | | | | | Bug: https://bugs.gentoo.org/926193 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| * profiles: Mask kde-apps/plasma-telepathy-metaAndreas Sturmlechner2024-04-061-0/+18
| | | | | | | | | | Bug: https://bugs.gentoo.org/926679 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| * profiles: base: Mask dev-util/kdevelop[reviewboard]Andreas Sturmlechner2024-04-061-0/+4
| | | | | | | | | | | | | | Depends on kde-apps/ktp-accounts-kcm. Bug: https://bugs.gentoo.org/926679 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| * profiles: base: Mask telepathy USE globallyAndreas Sturmlechner2024-04-061-0/+4
| | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-061-1/+1
|\|
| * net-libs/accounts-qt: add 1.17, drop 1.16_p20220803Andreas Sturmlechner2024-04-061-1/+1
| | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-061-0/+4
|\|
| * profiles/arch/s390: mask net-misc/dropbear[test]Viorel Munteanu2024-04-061-0/+4
| | | | | | | | | | | | | | Mask net-misc/dropbear[test]. sys-libs/nss_wrapper not keyworded here. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-062-0/+4
|\|
| * profiles: Add (so far empty) time64 featureAndreas K. Hüttel2024-04-062-0/+4
| | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-04-061-0/+1
|\|