From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 34B681386F1 for ; Mon, 10 Aug 2015 11:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A5A31428D; Mon, 10 Aug 2015 11:23:47 +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 21F971428D for ; Mon, 10 Aug 2015 11:23:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 583F634092A for ; Mon, 10 Aug 2015 11:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59F8EE for ; Mon, 10 Aug 2015 11:23:43 +0000 (UTC) From: "Heather Cynede" 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" Message-ID: <1439205517.17e926fba7a3044dfba10ad59efbfd8491a0d166.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/dbus-sharp/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild X-VCS-Directories: dev-dotnet/dbus-sharp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 17e926fba7a3044dfba10ad59efbfd8491a0d166 X-VCS-Branch: master Date: Mon, 10 Aug 2015 11:23:43 +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: 22299a2a-bd45-44c2-aaba-153b3921b9cf X-Archives-Hash: 22fd6b9fe7eca4fd543b83884089aa63 commit: 17e926fba7a3044dfba10ad59efbfd8491a0d166 Author: Heather users noreply github com> AuthorDate: Mon Aug 10 11:18:37 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Mon Aug 10 11:18:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=17e926fb fix keywords for dbus-sharp-0.7.0-r2 dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild index 74d04b6..e29b1d6 100644 --- a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild +++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://github/mono/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=dev-lang/mono-4.0.2.5