From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-827588-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id B9E3E1386F4
	for <garchives@archives.gentoo.org>; Mon, 10 Aug 2015 11:54:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 36852E087C;
	Mon, 10 Aug 2015 11:54:40 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 860DFE087C
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Aug 2015 11:54:39 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3121D340922
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Aug 2015 11:54:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 33648146
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Aug 2015 11:54:36 +0000 (UTC)
From: "Heather Cynede" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" <cynede@gentoo.org>
Message-ID: <1439206891.3beae12f61ea0f8c993fae86686da93f3b86b42b.cynede@gentoo>
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nini/
X-VCS-Repository: proj/dotnet
X-VCS-Files: dev-dotnet/nini/nini-1.1.0-r3.ebuild
X-VCS-Directories: dev-dotnet/nini/
X-VCS-Committer: cynede
X-VCS-Committer-Name: Heather Cynede
X-VCS-Revision: 3beae12f61ea0f8c993fae86686da93f3b86b42b
X-VCS-Branch: master
Date: Mon, 10 Aug 2015 11:54:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b8502017-2f16-447a-bc75-0decd342c3db
X-Archives-Hash: 4b368a648ef0614d48d08dfc9f0af6f3

commit:     3beae12f61ea0f8c993fae86686da93f3b86b42b
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Mon Aug 10 11:41:31 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 11:41:31 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3beae12f

fix nini keywords

 dev-dotnet/nini/nini-1.1.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/nini/nini-1.1.0-r3.ebuild b/dev-dotnet/nini/nini-1.1.0-r3.ebuild
index e3f64c4..22b72e6 100644
--- a/dev-dotnet/nini/nini-1.1.0-r3.ebuild
+++ b/dev-dotnet/nini/nini-1.1.0-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/nini/Nini-${PV}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
 RDEPEND=">=dev-lang/mono-4.0.2.5"