diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-08-28 19:16:20 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-08-28 19:17:04 +0300 |
commit | d7f75c043cc292db3fa6ebd2665163ee59b7c2fb (patch) | |
tree | 591890e61a48a51b8a32b8aa710ab9826933b0eb /www-client/epiphany | |
parent | sys-kernel/linux-firmware: update snapshot (diff) | |
download | gentoo-d7f75c043cc292db3fa6ebd2665163ee59b7c2fb.tar.gz gentoo-d7f75c043cc292db3fa6ebd2665163ee59b7c2fb.tar.bz2 gentoo-d7f75c043cc292db3fa6ebd2665163ee59b7c2fb.zip |
www-client/epiphany: add missing appstream-glib build dep
Needed by i18n.merge_file(..., output: '*.appdata.xml', ...)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'www-client/epiphany')
-rw-r--r-- | www-client/epiphany/epiphany-3.26.7.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-client/epiphany/epiphany-3.26.7.ebuild b/www-client/epiphany/epiphany-3.26.7.ebuild index fba9d58cc806..98a2a339ceee 100644 --- a/www-client/epiphany/epiphany-3.26.7.ebuild +++ b/www-client/epiphany/epiphany-3.26.7.ebuild @@ -38,8 +38,10 @@ RDEPEND="${COMMON_DEPEND} x11-themes/adwaita-icon-theme " # paxctl needed for bug #407085 +# appstream-glib needed for appdata.xml gettext translation DEPEND="${COMMON_DEPEND} app-text/yelp-tools + dev-libs/appstream-glib dev-util/gdbus-codegen sys-apps/paxctl >=sys-devel/gettext-0.19.8 |