commit: dd9c36f7e857640bd0f8a15de30a04cf2cb0bc4b Author: Matthew White <mehw.is.me <AT> inventati <DOT> org> AuthorDate: Sun Mar 31 20:40:52 2024 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Wed Apr 3 08:13:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9c36f7
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 <AT> inventati.org> Closes: https://github.com/gentoo/gentoo/pull/36026 Signed-off-by: Bernard Cafarelli <voyageur <AT> 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(-) diff --git a/x11-misc/zim/zim-0.75.1.ebuild b/x11-misc/zim/zim-0.75.1-r1.ebuild similarity index 95% rename from x11-misc/zim/zim-0.75.1.ebuild rename to x11-misc/zim/zim-0.75.1-r1.ebuild index c7f34f25a5a3..ff6366ca8674 100644 --- a/x11-misc/zim/zim-0.75.1.ebuild +++ b/x11-misc/zim/zim-0.75.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -71,7 +71,7 @@ pkg_postinst() { optfeature "Spell checker" app-text/gtkspell[introspection] optfeature "GNU R Plot Editor" dev-lang/R - optfeature "Version control Bazaar support" dev-vcs/bzr + optfeature "Version control Bazaar support" dev-vcs/breezy optfeature "Diagram Editor" media-gfx/graphviz optfeature "Insert Screenshot" "media-gfx/imagemagick media-gfx/scrot" optfeature "Score Editor" media-sound/lilypond diff --git a/x11-misc/zim/zim-0.75.2.ebuild b/x11-misc/zim/zim-0.75.2-r1.ebuild similarity index 95% rename from x11-misc/zim/zim-0.75.2.ebuild rename to x11-misc/zim/zim-0.75.2-r1.ebuild index 4bf60e8ee7cd..7afe93914e99 100644 --- a/x11-misc/zim/zim-0.75.2.ebuild +++ b/x11-misc/zim/zim-0.75.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -71,7 +71,7 @@ pkg_postinst() { optfeature "Spell checker" app-text/gtkspell[introspection] optfeature "GNU R Plot Editor" dev-lang/R - optfeature "Version control Bazaar support" dev-vcs/bzr + optfeature "Version control Bazaar support" dev-vcs/breezy optfeature "Diagram Editor" media-gfx/graphviz optfeature "Insert Screenshot" "media-gfx/imagemagick media-gfx/scrot" optfeature "Score Editor" media-sound/lilypond
