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 4C26E139695 for ; Sat, 8 Jul 2017 09:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B84B427404B; Sat, 8 Jul 2017 09:20:41 +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 9926027404B for ; Sat, 8 Jul 2017 09:20: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 D3976341958 for ; Sat, 8 Jul 2017 09:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 937B674B4 for ; Sat, 8 Jul 2017 09:20:31 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1499505539.be11d2f2be2124fb1be1ae248c0b184ce22fccd5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gtk-sharp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild X-VCS-Directories: dev-dotnet/gtk-sharp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: be11d2f2be2124fb1be1ae248c0b184ce22fccd5 X-VCS-Branch: master Date: Sat, 8 Jul 2017 09: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-Archives-Salt: 34deb35d-22f5-432f-9183-11226d44e636 X-Archives-Hash: d665cde98f15cd3021dcd10877ea77c0 commit: be11d2f2be2124fb1be1ae248c0b184ce22fccd5 Author: Alexis Ballier gentoo org> AuthorDate: Sat Jul 8 09:18:32 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jul 8 09:18:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be11d2f2 dev-dotnet/gtk-sharp: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild index 515ccc81cf5..ad58a1e100d 100644 --- a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild +++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild @@ -9,7 +9,7 @@ SLOT="2" DESCRIPTION="gtk bindings for mono" LICENSE="GPL-2" HOMEPAGE="http://www.mono-project.com/GtkSharp" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~arm64 ppc x86" SRC_URI="http://download.mono-project.com/sources/gtk-sharp212/${P}.tar.gz" IUSE="debug"