diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-10-12 19:05:41 -0400 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-10-12 19:10:09 -0400 |
commit | 1284648dc78ae15debe14dececfbf1968315a6c0 (patch) | |
tree | f3c62a12f109829c47ece954a5c2ad6cdb1b6529 /www-client | |
parent | www-client/epiphany: clean up old (diff) | |
download | gentoo-1284648dc78ae15debe14dececfbf1968315a6c0.tar.gz gentoo-1284648dc78ae15debe14dececfbf1968315a6c0.tar.bz2 gentoo-1284648dc78ae15debe14dececfbf1968315a6c0.zip |
www-client/epiphany: DEPEND on itstool
Used for help file translation.
Gentoo-Bug: 562606
Reported-by: Philippe Trottier
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/epiphany/epiphany-3.14.2.ebuild | 4 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-3.16.3.ebuild | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www-client/epiphany/epiphany-3.14.2.ebuild b/www-client/epiphany/epiphany-3.14.2.ebuild index 154e4c3c6933..874cc66130bb 100644 --- a/www-client/epiphany/epiphany-3.14.2.ebuild +++ b/www-client/epiphany/epiphany-3.14.2.ebuild @@ -50,6 +50,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} >=gnome-base/gnome-common-3.6 >=dev-util/intltool-0.50 + dev-util/itstool sys-apps/paxctl sys-devel/gettext virtual/pkgconfig @@ -72,8 +73,7 @@ src_configure() { --disable-static \ --with-distributor-name=Gentoo \ $(use_enable nss) \ - $(use_enable test tests) \ - ITSTOOL=$(type -P true) + $(use_enable test tests) } src_compile() { diff --git a/www-client/epiphany/epiphany-3.16.3.ebuild b/www-client/epiphany/epiphany-3.16.3.ebuild index e0ee4951f0b5..d1a927b5a069 100644 --- a/www-client/epiphany/epiphany-3.16.3.ebuild +++ b/www-client/epiphany/epiphany-3.16.3.ebuild @@ -50,6 +50,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} >=gnome-base/gnome-common-3.6 >=dev-util/intltool-0.50 + dev-util/itstool sys-apps/paxctl sys-devel/gettext virtual/pkgconfig |