Hello I would like to install the [stable] versions of packages instead of [latest] using crossdev --ex-pkg, for which I have a patch: https://github.com/gentoo/crossdev/pull/34 Can someone please help make this possible? Thanks Reproducible: Always Steps to Reproduce: 1. Run crossdev with the --stable flag and --ex-pkg Actual Results: ex-pkgs default to the latest version instead of stable Expected Results: I would expect the stable versions to be picked up
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=6d05467f761b561650c83c3f89d14fcdb666fed4 commit 6d05467f761b561650c83c3f89d14fcdb666fed4 Author: Jordan R Abrahams-Whitehead <ajordanr@google.com> AuthorDate: 2023-04-04 21:36:08 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2025-02-03 17:13:49 +0000 crossdev: allow --ex-pkg to install stable At present, --ex-pkg flags always install the [latest] version. However, sometimes one may want to install [stable] if required. Closes: https://bugs.gentoo.org/949254 Closes: https://github.com/gentoo/crossdev/pull/34 Signed-off-by: Jordan R Abrahams-Whitehead <ajordanr@google.com> Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org> crossdev | 4 ++++ 1 file changed, 4 insertions(+)