Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libgepub/
Date: Sun, 17 Feb 2019 11:35:00
Message-Id: 1550402467.10dd642dc992b2068ca5b8dd4aed0e29dd46e3a3.leio@gentoo
1 commit: 10dd642dc992b2068ca5b8dd4aed0e29dd46e3a3
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 11:00:07 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 11:21:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10dd642d
7
8 app-text/libgepub: Fix potential sandbox issue
9
10 Closes: https://bugs.gentoo.org/678198
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 app-text/libgepub/libgepub-0.5.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-text/libgepub/libgepub-0.5.3.ebuild b/app-text/libgepub/libgepub-0.5.3.ebuild
18 index 47691a83f82..5d6e53a2c0a 100644
19 --- a/app-text/libgepub/libgepub-0.5.3.ebuild
20 +++ b/app-text/libgepub/libgepub-0.5.3.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -inherit gnome.org meson
26 +inherit gnome.org meson xdg
27
28 DESCRIPTION="GObject based library for handling and rendering epub documents"
29 HOMEPAGE="https://git.gnome.org/browse/libgepub"