diff options
author | Matthew White <mehw.is.me@inventati.org> | 2024-03-31 20:40:52 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2024-04-03 10:13:43 +0200 |
commit | dd9c36f7e857640bd0f8a15de30a04cf2cb0bc4b (patch) | |
tree | f1daa06c0b6a0e6a9d15c63f83e20526814eaa88 /x11-misc/zim | |
parent | x11-plugins/wmDownload: ensure GCC-14 and C99 compatibility (diff) | |
download | gentoo-dd9c36f7e857640bd0f8a15de30a04cf2cb0bc4b.tar.gz gentoo-dd9c36f7e857640bd0f8a15de30a04cf2cb0bc4b.tar.bz2 gentoo-dd9c36f7e857640bd0f8a15de30a04cf2cb0bc4b.zip |
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>
Diffstat (limited to 'x11-misc/zim')
-rw-r--r-- | x11-misc/zim/zim-0.75.1-r1.ebuild (renamed from x11-misc/zim/zim-0.75.1.ebuild) | 4 | ||||
-rw-r--r-- | x11-misc/zim/zim-0.75.2-r1.ebuild (renamed from x11-misc/zim/zim-0.75.2.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 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 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 |