Hello, Since the removal of dev-vcs/bzr (python2) from the Gentoo's tree, x11-misc/zim ebuilds still suggest to install it as an optional package, rather than the bazaar replacement dev-vcs/breezy (python3). optfeature "Version control Bazaar support" dev-vcs/bzr x11-misc/zim/zim-0.75.1.ebuild x11-misc/zim/zim-0.75.2.ebuild $ diff zim-0.75.1.ebuild zim-0.75.1-r1.ebuild 1c1 < # Copyright 1999-2023 Gentoo Authors --- > # Copyright 1999-2024 Gentoo Authors 74c74 < optfeature "Version control Bazaar support" dev-vcs/bzr --- > optfeature "Version control Bazaar support" dev-vcs/breezy $ diff zim-0.75.2.ebuild zim-0.75.2-r1.ebuild 1c1 < # Copyright 1999-2023 Gentoo Authors --- > # Copyright 1999-2024 Gentoo Authors 74c74 < optfeature "Version control Bazaar support" dev-vcs/bzr --- > optfeature "Version control Bazaar support" dev-vcs/breezy Thanks ;) Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9c36f7e857640bd0f8a15de30a04cf2cb0bc4b commit dd9c36f7e857640bd0f8a15de30a04cf2cb0bc4b Author: Matthew White <mehw.is.me@inventati.org> AuthorDate: 2024-03-31 20:40:52 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2024-04-03 08:13:43 +0000 x11-misc/zim: switch to optfeature dev-vcs/breezy dev-vcs/bzr (python2) is non longer in Gentoo's tree, dev-vcs/breezy (python3) is an alternative. Closes: https://bugs.gentoo.org/928311 Package-Manager: portage-3.0.63 Signed-off-by: Matthew White <mehw.is.me@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/36026 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> x11-misc/zim/{zim-0.75.1.ebuild => zim-0.75.1-r1.ebuild} | 4 ++-- x11-misc/zim/{zim-0.75.2.ebuild => zim-0.75.2-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)