Closes: https://bugs.gentoo.org/677476
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
src_configure() {
local emesonargs=(
- --libdir=/usr/$(get_libdir)
-Denable-json=true
-Denable-docs=$(usex doc true false)
-Denable-notify=$(usex libnotify true false)
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
src_configure() {
local emesonargs=(
- --libdir=/usr/$(get_libdir)
-Djson=enabled
-Ddocs=$(usex doc enabled disabled)
-Dnotify=$(usex libnotify enabled disabled)
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
src_configure() {
local emesonargs=(
- --libdir=/usr/$(get_libdir)
-Denable-json=true
-Denable-docs=$(usex doc true false)
-Denable-notify=$(usex libnotify true false)