commit: 886109ad55a175ee59e1cefd29bcdb017d05ec23
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 3 09:06:43 2023 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jan 3 09:09:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886109ad
x11-misc/zim: update gtkspell optional dep
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-misc/zim/zim-0.74.3.ebuild | 4 ++--
x11-misc/zim/zim-0.75.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/x11-misc/zim/zim-0.74.3.ebuild b/x11-misc/zim/zim-0.74.3.ebuild
index 04a70d299eff..88278699623a 100644
--- a/x11-misc/zim/zim-0.74.3.ebuild
+++ b/x11-misc/zim/zim-0.74.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -60,8 +60,8 @@ pkg_postinst() {
xdg_pkg_postinst
if ! has_version ${CATEGORY}/${PN}; then
elog "Please install these packages for additional
functionality"
+ elog " app-text/gtkspell[introspection]"
elog " dev-lang/R"
- elog " dev-python/gtkspell-python"
elog " dev-vcs/bzr"
elog " media-gfx/graphviz"
elog " media-gfx/imagemagick"
diff --git a/x11-misc/zim/zim-0.75.1.ebuild b/x11-misc/zim/zim-0.75.1.ebuild
index a7fb11f78c96..bf506651c1d0 100644
--- a/x11-misc/zim/zim-0.75.1.ebuild
+++ b/x11-misc/zim/zim-0.75.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -69,8 +69,8 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
+ optfeature "Spell checker" app-text/gtkspell[introspection]
optfeature "GNU R Plot Editor" dev-lang/R
- optfeature "Spell checker" dev-python/gtkspell-python
optfeature "Version control Bazaar support" dev-vcs/bzr
optfeature "Diagram Editor" media-gfx/graphviz
optfeature "Insert Screenshot" "media-gfx/imagemagick media-gfx/scrot"