diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2023-01-03 10:06:43 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-01-03 10:09:10 +0100 |
commit | 886109ad55a175ee59e1cefd29bcdb017d05ec23 (patch) | |
tree | b8d81535d1347fe54a8743fa3611c55436f50640 /x11-misc/zim | |
parent | toolchain-funcs.eclass: Promote tc-env_build to a non-internal function (diff) | |
download | gentoo-886109ad55a175ee59e1cefd29bcdb017d05ec23.tar.gz gentoo-886109ad55a175ee59e1cefd29bcdb017d05ec23.tar.bz2 gentoo-886109ad55a175ee59e1cefd29bcdb017d05ec23.zip |
x11-misc/zim: update gtkspell optional dep
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-misc/zim')
-rw-r--r-- | x11-misc/zim/zim-0.74.3.ebuild | 4 | ||||
-rw-r--r-- | 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" |