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 80CF0139085 for ; Sun, 1 Jan 2017 16:08:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85D4FE0E14; Sun, 1 Jan 2017 16:05:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 642F6E0E14 for ; Sun, 1 Jan 2017 16:05:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EF08340F53 for ; Sun, 1 Jan 2017 16:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BBD325BB for ; Sun, 1 Jan 2017 16:05:37 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1483286690.0143fd8c2e8dc6527abd4355285c7d8e5f449acb.perfinion@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-r200.ebuild X-VCS-Directories: dev-libs/keybinder/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 0143fd8c2e8dc6527abd4355285c7d8e5f449acb X-VCS-Branch: master Date: Sun, 1 Jan 2017 16:05:37 +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-Archives-Salt: f4bdf794-177f-48ea-bfc8-b3f929a1578f X-Archives-Hash: 47dff72cbe0d1803bd9199fec855bef6 commit: 0143fd8c2e8dc6527abd4355285c7d8e5f449acb Author: Roy Bamford gentoo org> AuthorDate: Thu Dec 29 20:27:59 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jan 1 16:04:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0143fd8c dev-libs/keybinder:add ~arm64 keyword after testing on cortex-a53 Required for xfce4-meta Package-Manager: portage-2.3.2 dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild index 6936fe6..e98bbe1 100644 --- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild +++ b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 x86" IUSE="+introspection lua python" RDEPEND=">=x11-libs/gtk+-2.20:2