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 32E3A1392E8 for ; Sat, 24 Jul 2021 05:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50B1DE0D4B; Sat, 24 Jul 2021 05:18:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0DD8CE0D4B for ; Sat, 24 Jul 2021 05:18:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7CDC1342C3B 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 DD19478A 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: <1627103797.d1bda3f1324dbe4a2f71bc17bbeb90bcd45e5332.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: d1bda3f1324dbe4a2f71bc17bbeb90bcd45e5332 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: ee5c5ccd-303f-49ed-8414-c90903ed58ef X-Archives-Hash: e71a3b4db28aaf340a082887ebba088e commit: d1bda3f1324dbe4a2f71bc17bbeb90bcd45e5332 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Sat Jul 24 05:16:37 2021 +0000 Commit: Gerben Jan Dijkman gjdwebserver nl> CommitDate: Sat Jul 24 05:16:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1bda3f1 net-im/cawbird: 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild index fefa6e83d..32daecb36 100644 --- a/net-im/cawbird/cawbird-1.4.1.ebuild +++ b/net-im/cawbird/cawbird-1.4.1.ebuild @@ -4,16 +4,15 @@ EAPI=7 VALA_USE_DEPEND="vapigen" -inherit vala meson gnome2-utils git-r3 xdg +inherit vala meson gnome2-utils xdg DESCRIPTION="Cawbird is a fork of the Corebird Twitter client from Baedert." HOMEPAGE="https://github.com/IBBoard/cawbird" SRC_URI="https://github.com/IBBoard/cawbird/archive/refs/tags/v${PV}.tar.gz" -EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )"