commit:     be06a50a5569c334ddafcd8d4447100983a20596
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 19:24:00 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 13:52:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be06a50a

dev-util/geany: suggest gvfs for editing remote files

Closes: https://bugs.gentoo.org/319465
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35753
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/geany/geany-2.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/geany/geany-2.0.ebuild b/dev-util/geany/geany-2.0.ebuild
index 341fdc5aab81..9d7f6c56bfd8 100644
--- a/dev-util/geany/geany-2.0.ebuild
+++ b/dev-util/geany/geany-2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit strip-linguas xdg
+inherit optfeature strip-linguas xdg
 
 LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja 
kk ko ku lb lt mn nl nn pl pt pt_BR ro ru si sk sl sr sv tr uk vi zh_CN ZH_TW"
 NOSHORTLANGS="en_GB zh_CN zh_TW"
@@ -73,6 +73,8 @@ pkg_preinst() {
 
 pkg_postinst() {
        xdg_pkg_postinst
+
+       optfeature "editing files outside the local filesystem" gnome-base/gvfs
 }
 
 pkg_postrm() {

Reply via email to