Skip to content

Commit a958e5b

Browse files
author
Release Manager
committed
gh-37212: Fix names of Gentoo packages Gentoo renamed some build tools in late 2023. We update the names here to fix the broken CI runs for Gentoo (that happen e.g. for cypari2.) <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. (Offline discussion at SageDays, i.e., cypari builds are broken.) - [x] I have created tests covering the changes. (There's already plenty of Gentoo CI in our setup that fails without this.) - [x] I have updated the documentation accordingly. Nothing to do there. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #37212 Reported by: Julian Rüth Reviewer(s): Dima Pasechnik, Frédéric Chapoton
2 parents 42bf4de + 57fb2a2 commit a958e5b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sys-devel/autoconf
2-
sys-devel/automake
3-
sys-devel/libtool
1+
dev-build/autoconf
2+
dev-build/automake
3+
dev-build/libtool

build/pkgs/_prereq/distros/gentoo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
sys-devel/binutils
1111
sys-libs/binutils-libs
12-
sys-devel/make
12+
dev-build/make
1313
dev-scheme/guile
1414
dev-libs/libffi
1515
app-arch/tar

build/pkgs/cmake/distros/gentoo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev-util/cmake
1+
dev-build/cmake

build/pkgs/meson/distros/gentoo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev-util/meson
1+
dev-build/meson
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev-util/ninja
1+
dev-build/ninja

0 commit comments

Comments
 (0)