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 200D913838B for ; Wed, 30 Sep 2015 15:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5DDDE0854; Wed, 30 Sep 2015 15:20:42 +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 5BC0AE0854 for ; Wed, 30 Sep 2015 15:20:42 +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 8B491340C1C for ; Wed, 30 Sep 2015 15:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F13F235 for ; Wed, 30 Sep 2015 15:20:36 +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: <1443616399.d30863fb33c5ab0cdd7d587918a5c22eb9bc6203.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nuget/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/nuget/nuget-2.8.3.ebuild X-VCS-Directories: dev-dotnet/nuget/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: d30863fb33c5ab0cdd7d587918a5c22eb9bc6203 X-VCS-Branch: master Date: Wed, 30 Sep 2015 15:20:36 +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: a07e3fc3-e128-4fc0-8f7a-c628f7849de8 X-Archives-Hash: 9e83eec541e947edcb89502b675ec289 commit: d30863fb33c5ab0cdd7d587918a5c22eb9bc6203 Author: Heather live ru> AuthorDate: Wed Sep 30 12:33:19 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Wed Sep 30 12:33:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d30863fb resolve nuget access issues dev-dotnet/nuget/nuget-2.8.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-dotnet/nuget/nuget-2.8.3.ebuild b/dev-dotnet/nuget/nuget-2.8.3.ebuild index 717082f..1695a0f 100644 --- a/dev-dotnet/nuget/nuget-2.8.3.ebuild +++ b/dev-dotnet/nuget/nuget-2.8.3.ebuild @@ -32,6 +32,7 @@ RDEPEND="${DEPEND}" # that is why there is no slotted install or two different names/locations pkg_setup() { + addwrite "/usr/share/.mono/keypairs" dotnet_pkg_setup mozroots --import --sync --machine }