projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c151c61
)
www-client/dillo: Update live ebuild
author
Jeroen Roovers
<jer@gentoo.org>
Sun, 9 Feb 2020 12:36:40 +0000
(13:36 +0100)
committer
Jeroen Roovers
<jer@gentoo.org>
Sun, 9 Feb 2020 12:37:06 +0000
(13:37 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
www-client/dillo/dillo-9999.ebuild
patch
|
blob
|
history
diff --git
a/www-client/dillo/dillo-9999.ebuild
b/www-client/dillo/dillo-9999.ebuild
index 7134cc059e286d71ead89176bf21b1a1261ad01c..7269ff96157b40aa4a0ff4be611226373f067589 100644
(file)
--- 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}"
}