Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928311 - x11-misc/zim: switch from optfeature dev-vcs/bzr to dev-vcs/breezy
Summary: x11-misc/zim: switch from optfeature dev-vcs/bzr to dev-vcs/breezy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-03-31 20:28 UTC by mehw
Modified: 2024-04-03 08:14 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mehw 2024-03-31 20:28:47 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2024-04-03 08:14:13 UTC
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(-)