Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/
Date: Sun, 09 Feb 2020 12:37:12
Message-Id: 1581251826.6163973cf494f16094ecb7915a51e23ae1d4ab12.jer@gentoo
1 commit: 6163973cf494f16094ecb7915a51e23ae1d4ab12
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 12:36:40 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 12:37:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6163973c
7
8 www-client/dillo: Update live ebuild
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 www-client/dillo/dillo-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild
17 index 7134cc059e2..7269ff96157 100644
18 --- a/www-client/dillo/dillo-9999.ebuild
19 +++ b/www-client/dillo/dillo-9999.ebuild
20 @@ -12,7 +12,7 @@ EHG_REPO_URI="https://hg.dillo.org/dillo"
21 LICENSE="GPL-3"
22 SLOT="0"
23 KEYWORDS=""
24 -IUSE="doc +gif ipv6 +jpeg +png ssl"
25 +IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
26
27 RDEPEND="
28 >=x11-libs/fltk-1.3
29 @@ -43,6 +43,7 @@ src_configure() {
30 $(use_enable jpeg) \
31 $(use_enable png) \
32 $(use_enable ssl) \
33 + $(use_enable xembed) \
34 --docdir="/usr/share/doc/${PF}"
35 }