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 1E92E1382C5 for ; Sat, 16 May 2020 20:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4808EE0AD5; Sat, 16 May 2020 20:25:29 +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 2FDC7E0AD5 for ; Sat, 16 May 2020 20:25:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 28CD234F55C for ; Sat, 16 May 2020 20:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527B2244 for ; Sat, 16 May 2020 20:25:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1589660700.ca80b6ad38b52e2d6616e2627cb6dde6246e783d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/notify-sharp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild X-VCS-Directories: dev-dotnet/notify-sharp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ca80b6ad38b52e2d6616e2627cb6dde6246e783d X-VCS-Branch: master Date: Sat, 16 May 2020 20:25:25 +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: 958a20f0-b4a6-46aa-a1a1-5ecde545c974 X-Archives-Hash: 6fbe36e16ff3bd7fa69ef12ab144fdbc commit: ca80b6ad38b52e2d6616e2627cb6dde6246e783d Author: David Seifert gentoo org> AuthorDate: Sat May 16 20:25:00 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 16 20:25:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca80b6ad dev-dotnet/notify-sharp: Remove ppc keywords Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild index c151e500c02..ab67b1c8505 100644 --- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild +++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="doc" RDEPEND=">=dev-lang/mono-1.1.13