Skip to content

Commit

Permalink
sagemathgh-37212: Fix names of Gentoo packages
Browse files Browse the repository at this point in the history
    
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 sagemath#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 sagemath#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
- sagemath#12345: short description why this is a dependency
- sagemath#34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
    
URL: sagemath#37212
Reported by: Julian Rüth
Reviewer(s): Dima Pasechnik, Frédéric Chapoton
  • Loading branch information
Release Manager committed Feb 1, 2024
2 parents 42bf4de + 57fb2a2 commit a958e5b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/_bootstrap/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sys-devel/autoconf
sys-devel/automake
sys-devel/libtool
dev-build/autoconf
dev-build/automake
dev-build/libtool
2 changes: 1 addition & 1 deletion build/pkgs/_prereq/distros/gentoo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
sys-devel/binutils
sys-libs/binutils-libs
sys-devel/make
dev-build/make
dev-scheme/guile
dev-libs/libffi
app-arch/tar
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/cmake/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dev-util/cmake
dev-build/cmake
2 changes: 1 addition & 1 deletion build/pkgs/meson/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dev-util/meson
dev-build/meson
2 changes: 1 addition & 1 deletion build/pkgs/ninja_build/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dev-util/ninja
dev-build/ninja

0 comments on commit a958e5b

Please sign in to comment.