diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-02-09 13:36:40 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-02-09 13:37:06 +0100 |
commit | 6163973cf494f16094ecb7915a51e23ae1d4ab12 (patch) | |
tree | 47039c77156e754d5db71f768f306188bb00078a /www-client/dillo | |
parent | www-client/dillo: Version 3.1_p20181005 (diff) | |
download | gentoo-6163973cf494f16094ecb7915a51e23ae1d4ab12.tar.gz gentoo-6163973cf494f16094ecb7915a51e23ae1d4ab12.tar.bz2 gentoo-6163973cf494f16094ecb7915a51e23ae1d4ab12.zip |
www-client/dillo: Update live ebuild
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/dillo-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild index 7134cc059e28..7269ff96157b 100644 --- a/www-client/dillo/dillo-9999.ebuild +++ b/www-client/dillo/dillo-9999.ebuild @@ -12,7 +12,7 @@ EHG_REPO_URI="https://hg.dillo.org/dillo" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="doc +gif ipv6 +jpeg +png ssl" +IUSE="doc +gif ipv6 +jpeg +png ssl +xembed" RDEPEND=" >=x11-libs/fltk-1.3 @@ -43,6 +43,7 @@ src_configure() { $(use_enable jpeg) \ $(use_enable png) \ $(use_enable ssl) \ + $(use_enable xembed) \ --docdir="/usr/share/doc/${PF}" } |