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 A246913835C for ; Mon, 4 Jan 2021 03:31:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0476E094A; Mon, 4 Jan 2021 03:31:36 +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 D4A0FE094A for ; Mon, 4 Jan 2021 03:31:36 +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 D4BE634112E for ; Mon, 4 Jan 2021 03:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 167ED497 for ; Mon, 4 Jan 2021 03:31:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609731008.b91e7bd53ba9e21e26322d66b38a41ed52ecbded.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/girara/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/girara/girara-0.3.5.ebuild X-VCS-Directories: dev-libs/girara/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b91e7bd53ba9e21e26322d66b38a41ed52ecbded X-VCS-Branch: master Date: Mon, 4 Jan 2021 03:31:31 +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: 831b232f-1193-4fb0-a6a3-a3255b75a720 X-Archives-Hash: 33623f4680e512d4e18d7f847d87ebf7 commit: b91e7bd53ba9e21e26322d66b38a41ed52ecbded Author: Sam James gentoo org> AuthorDate: Mon Jan 4 03:30:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 4 03:30:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91e7bd5 dev-libs/girara: Stabilize 0.3.5 amd64, #763456 Signed-off-by: Sam James gentoo.org> dev-libs/girara/girara-0.3.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/girara/girara-0.3.5.ebuild b/dev-libs/girara/girara-0.3.5.ebuild index 7009fe824cc..6c0d8688125 100644 --- a/dev-libs/girara/girara-0.3.5.ebuild +++ b/dev-libs/girara/girara-0.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ ${PV} == *999 ]]; then EGIT_BRANCH="develop" else SRC_URI="https://pwmt.org/projects/girara/download/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~x86" fi LICENSE="ZLIB"