Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Tue, 28 Aug 2018 16:17:52
Message-Id: 1535473024.d7f75c043cc292db3fa6ebd2665163ee59b7c2fb.leio@gentoo
1 commit: d7f75c043cc292db3fa6ebd2665163ee59b7c2fb
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 16:16:20 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 16:17:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f75c04
7
8 www-client/epiphany: add missing appstream-glib build dep
9
10 Needed by i18n.merge_file(..., output: '*.appdata.xml', ...)
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 www-client/epiphany/epiphany-3.26.7.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/www-client/epiphany/epiphany-3.26.7.ebuild b/www-client/epiphany/epiphany-3.26.7.ebuild
18 index fba9d58cc80..98a2a339cee 100644
19 --- a/www-client/epiphany/epiphany-3.26.7.ebuild
20 +++ b/www-client/epiphany/epiphany-3.26.7.ebuild
21 @@ -38,8 +38,10 @@ RDEPEND="${COMMON_DEPEND}
22 x11-themes/adwaita-icon-theme
23 "
24 # paxctl needed for bug #407085
25 +# appstream-glib needed for appdata.xml gettext translation
26 DEPEND="${COMMON_DEPEND}
27 app-text/yelp-tools
28 + dev-libs/appstream-glib
29 dev-util/gdbus-codegen
30 sys-apps/paxctl
31 >=sys-devel/gettext-0.19.8