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 4D48313835A for ; Fri, 7 May 2021 07:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66CC3E0841; Fri, 7 May 2021 07:35:40 +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 4E16AE0841 for ; Fri, 7 May 2021 07:35:40 +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 352EC340E12 for ; Fri, 7 May 2021 07:35:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A186B78F for ; Fri, 7 May 2021 07:35:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1620372925.127dd6f2b9dcbf9e61102c2bcea582e34a219064.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bear/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bear/bear-2.4.4.ebuild X-VCS-Directories: dev-util/bear/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 127dd6f2b9dcbf9e61102c2bcea582e34a219064 X-VCS-Branch: master Date: Fri, 7 May 2021 07:35:35 +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: d39070cc-7f2f-4792-814f-061d969151bc X-Archives-Hash: 71dba60fde3679066a63cc5299ee12f1 commit: 127dd6f2b9dcbf9e61102c2bcea582e34a219064 Author: Joonas Niilola gentoo org> AuthorDate: Fri May 7 07:33:12 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri May 7 07:35:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=127dd6f2 dev-util/bear: stabilize 2.4.4 on x86 Signed-off-by: Joonas Niilola gentoo.org> dev-util/bear/bear-2.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bear/bear-2.4.4.ebuild b/dev-util/bear/bear-2.4.4.ebuild index cbb440d1f18..e7c189ffb93 100644 --- a/dev-util/bear/bear-2.4.4.ebuild +++ b/dev-util/bear/bear-2.4.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/rizsotto/Bear/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"