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 D6A14138334 for ; Fri, 7 Dec 2018 01:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C40D6E09DB; Fri, 7 Dec 2018 01:13:31 +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 9FB4DE09DB for ; Fri, 7 Dec 2018 01:13:31 +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 261DC335CD9 for ; Fri, 7 Dec 2018 01:13:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A26E44B for ; Fri, 7 Dec 2018 01:13:28 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1544145124.081d66a089e4ceae01411e9a8de2c33ed9bfe8cc.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/libgdiplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild X-VCS-Directories: dev-dotnet/libgdiplus/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 081d66a089e4ceae01411e9a8de2c33ed9bfe8cc X-VCS-Branch: master Date: Fri, 7 Dec 2018 01:13:28 +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: 68bfc591-c0b2-4bc5-b98e-25ba398c3621 X-Archives-Hash: 8d3ab1c137a80058f69603859c8b6d46 commit: 081d66a089e4ceae01411e9a8de2c33ed9bfe8cc Author: Anthony G. Basile gentoo org> AuthorDate: Fri Dec 7 01:12:04 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Dec 7 01:12:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081d66a0 dev-dotnet/libgdiplus: keyword ~arm Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild b/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild index 644527fcf0e..172fd0b6b92 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="http://www.mono-project.com" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.gz" IUSE="cairo"