summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2021-09-22 15:14:48 +0300
committerMart Raudsepp <leio@gentoo.org>2021-09-22 15:16:50 +0300
commit11826c9310103bd60db5658f557750ae150a9ebb (patch)
tree270f576eba12728e7085bcba9510a7a3b1f36be9 /media-gfx
parentdev-db/mysql: drop old (diff)
downloadgentoo-11826c9310103bd60db5658f557750ae150a9ebb.tar.gz
gentoo-11826c9310103bd60db5658f557750ae150a9ebb.tar.bz2
gentoo-11826c9310103bd60db5658f557750ae150a9ebb.zip
media-gfx/eog: clarify libportal comment in ebuild
While it indeed is not yet packaged, it also wouldn't provide any value, as all its usages are inside a runtime check whether eog is running inside flatpak. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/eog/eog-40.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/eog/eog-40.3.ebuild b/media-gfx/eog/eog-40.3.ebuild
index e0fd2241d634..bde892982eaf 100644
--- a/media-gfx/eog/eog-40.3.ebuild
+++ b/media-gfx/eog/eog-40.3.ebuild
@@ -55,7 +55,7 @@ src_configure() {
$(meson_use gtk-doc gtk_doc)
$(meson_use introspection)
-Dinstalled_tests=false
- -Dlibportal=false # Not packaged
+ -Dlibportal=false # As of 40.3, all libportal usages are flatpak-specific
)
meson_src_configure
}