From c67e705691de41fce29de0da7f0829d4927755fe Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sat, 24 Jul 2021 06:45:54 +0200 Subject: [PATCH] net-im/cawbird: Updated Keywords Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Gerben jan Dijkman --- net-im/cawbird/cawbird-1.4.1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild index 6367e68b1f..fefa6e83d8 100644 --- a/net-im/cawbird/cawbird-1.4.1.ebuild +++ b/net-im/cawbird/cawbird-1.4.1.ebuild @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~arm64" IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )" @@ -41,11 +41,11 @@ BDEPEND=" S="${WORKDIR}/$PN-${PV}" src_configure() { - local emesonargs=( - -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA== + local emesonargs=( + -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA== -Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI= - ) - meson_src_configure + ) + meson_src_configure } src_install() {