From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDAE31392E8 for ; Sat, 24 Jul 2021 05:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1423DE0DC2; Sat, 24 Jul 2021 05:18:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5161E0D4B for ; Sat, 24 Jul 2021 05:18:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 659F633BE2F for ; Sat, 24 Jul 2021 05:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F10E57D6 for ; Sat, 24 Jul 2021 05:18:20 +0000 (UTC) From: "Gerben Jan Dijkman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gerben Jan Dijkman" Message-ID: <1627103896.5a41ddf93d36aaa6a629abcb7a35d9b54be28fe9.gjdijkman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/cawbird/cawbird-1.4.1.ebuild X-VCS-Directories: net-im/cawbird/ X-VCS-Committer: gjdijkman X-VCS-Committer-Name: Gerben Jan Dijkman X-VCS-Revision: 5a41ddf93d36aaa6a629abcb7a35d9b54be28fe9 X-VCS-Branch: dev Date: Sat, 24 Jul 2021 05:18:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 453ea804-df5b-4ac6-9b41-b1d100539a33 X-Archives-Hash: 342e7fcfbaecaded42a79a75ea8c26a6 commit: 5a41ddf93d36aaa6a629abcb7a35d9b54be28fe9 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Sat Jul 24 05:18:16 2021 +0000 Commit: Gerben Jan Dijkman gjdwebserver nl> CommitDate: Sat Jul 24 05:18:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a41ddf9 net-im/cawbird: Remove inherit GIT Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Gerben jan Dijkman gjdwebserver.nl> net-im/cawbird/cawbird-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild index 32daecb36..7067b52a7 100644 --- a/net-im/cawbird/cawbird-1.4.1.ebuild +++ b/net-im/cawbird/cawbird-1.4.1.ebuild @@ -41,7 +41,7 @@ S="${WORKDIR}/$PN-${PV}" src_configure() { local emesonargs=( - -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA== + -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA== -Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI= ) meson_src_configure