logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 983aec61c031ef3d5fa952744bfb14471b9bd823
parent 46122c24869e008bb21d7a7205ec9b4f4d215c72
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 17 Jul 2021 19:38:31 +0200

net-libs/wpewebkit: Fix USE_SYSTEMD

Diffstat:

Mnet-libs/wpewebkit/wpewebkit-2.32.1.ebuild4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-libs/wpewebkit/wpewebkit-2.32.1.ebuild b/net-libs/wpewebkit/wpewebkit-2.32.1.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-2+ BSD" SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz" SLOT="1.0" # WPE_API_VERSION KEYWORDS="~amd64" -IUSE="accessibility doc examples experimental jpeg2k qt +gstreamer sandbox +webdriver +webcrypto X" +IUSE="accessibility doc examples experimental jpeg2k qt +gstreamer sandbox systemd +webdriver +webcrypto X" RDEPEND=" >=x11-libs/cairo-1.16.0:=[X?] @@ -60,6 +60,7 @@ RDEPEND=" app-accessibility/at-spi2-atk:= ) sandbox? ( sys-apps/bubblewrap ) + systemd? ( sys-apps/systemd:= ) " DEPEND=" ${RDEPEND} @@ -102,6 +103,7 @@ src_configure() { -DENABLE_WEBDRIVER=$(usex webdriver) -DENABLE_WEB_CRYPTO=$(usex webcrypto) -DENABLE_XSLT=ON + -DUSE_SYSTEMD=$(usex systemd) # Whether to enable journald logging ${ruby_interpreter} )