diff options
author | Oz Tiram <oz.tiram@gmail.com> | 2024-04-17 18:50:03 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-06-02 10:30:04 +0300 |
commit | 7d09bd16db0052d1ca49f5eac09ce8cc9418654c (patch) | |
tree | 351bc837a0c7196d0a2e6223d15f33fcc39230f4 | |
parent | sys-fs/btrfs-progs: fix comment typo (diff) | |
download | gentoo-7d09bd16db0052d1ca49f5eac09ce8cc9418654c.tar.gz gentoo-7d09bd16db0052d1ca49f5eac09ce8cc9418654c.tar.bz2 gentoo-7d09bd16db0052d1ca49f5eac09ce8cc9418654c.zip |
app-text/atril: add gvfs as RDEPEND
Closes: https://bugs.gentoo.org/612642
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36295
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | app-text/atril/atril-1.28.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/atril/atril-1.28.0.ebuild b/app-text/atril/atril-1.28.0.ebuild index 189aa88ef920..7a6e77d69bed 100644 --- a/app-text/atril/atril-1.28.0.ebuild +++ b/app-text/atril/atril-1.28.0.ebuild @@ -52,6 +52,7 @@ COMMON_DEPEND=" " RDEPEND="${COMMON_DEPEND} + gnome-base/gvfs virtual/libintl " |