diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-17 13:00:07 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-17 13:21:07 +0200 |
commit | 10dd642dc992b2068ca5b8dd4aed0e29dd46e3a3 (patch) | |
tree | 825b0167946e78612adc2135deb338652d74e55d /app-text/libgepub | |
parent | app-text/libgepub: remove old (diff) | |
download | gentoo-10dd642dc992b2068ca5b8dd4aed0e29dd46e3a3.tar.gz gentoo-10dd642dc992b2068ca5b8dd4aed0e29dd46e3a3.tar.bz2 gentoo-10dd642dc992b2068ca5b8dd4aed0e29dd46e3a3.zip |
app-text/libgepub: Fix potential sandbox issue
Closes: https://bugs.gentoo.org/678198
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text/libgepub')
-rw-r--r-- | app-text/libgepub/libgepub-0.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/libgepub/libgepub-0.5.3.ebuild b/app-text/libgepub/libgepub-0.5.3.ebuild index 47691a83f82b..5d6e53a2c0a0 100644 --- a/app-text/libgepub/libgepub-0.5.3.ebuild +++ b/app-text/libgepub/libgepub-0.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit gnome.org meson +inherit gnome.org meson xdg DESCRIPTION="GObject based library for handling and rendering epub documents" HOMEPAGE="https://git.gnome.org/browse/libgepub" |