From 854dc37fdbd9712e6456fff3b15ec7683fbe87af Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Wed, 21 Jul 2021 23:24:58 +0200 Subject: [PATCH] update --- net-im/cawbird/cawbird-1.4.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild index 79415ba..e96f3cc 100644 --- a/net-im/cawbird/cawbird-1.4.1.ebuild +++ b/net-im/cawbird/cawbird-1.4.1.ebuild @@ -41,12 +41,14 @@ BDEPEND=" S="${WORKDIR}/$PN-${PV}" src_configure() { + local emesonargs=( $(Dconsumer_key_base64 VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==) $(Dconsumer_secret_base64 MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=) - ) - + ) meson_src_configure + +} src_install() {