commit: 10dd642dc992b2068ca5b8dd4aed0e29dd46e3a3 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Feb 17 11:00:07 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Feb 17 11:21:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10dd642d
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 <AT> gentoo.org> app-text/libgepub/libgepub-0.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libgepub/libgepub-0.5.3.ebuild b/app-text/libgepub/libgepub-0.5.3.ebuild index 47691a83f82..5d6e53a2c0a 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"
