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 B6D2413835B for ; Fri, 5 Mar 2021 22:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11A26E08EB; Fri, 5 Mar 2021 22:20:36 +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 EC786E08EC for ; Fri, 5 Mar 2021 22:20:35 +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 D114233FE74 for ; Fri, 5 Mar 2021 22:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB2A858C for ; Fri, 5 Mar 2021 22:20: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: <1614982806.9a1013ac811cacb78bf8b0e3f7086720cd2f8677.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/keybinder/keybinder-0.3.1-r201.ebuild X-VCS-Directories: dev-libs/keybinder/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a1013ac811cacb78bf8b0e3f7086720cd2f8677 X-VCS-Branch: master Date: Fri, 5 Mar 2021 22:20: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: 621bcf5b-1d1b-4d5a-ac43-287a1e6d46fd X-Archives-Hash: 8410a88937b391d2d469d57b0c4c9e07 commit: 9a1013ac811cacb78bf8b0e3f7086720cd2f8677 Author: Sam James gentoo org> AuthorDate: Fri Mar 5 22:20:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 5 22:20:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1013ac dev-libs/keybinder: Stabilize 0.3.1-r201 arm64, #765997 Signed-off-by: Sam James gentoo.org> dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild index 94ce6fd1890..4b3a64bd613 100644 --- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild +++ b/dev-libs/keybinder/keybinder-0.3.1-r201.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=6 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/v${PV}/${ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86" IUSE="+introspection" RDEPEND=">=x11-libs/gtk+-2.20:2