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 24BC713832F for ; Wed, 17 Aug 2016 09:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 865D121C112; Wed, 17 Aug 2016 09:44:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20C3321C0DF for ; Wed, 17 Aug 2016 09:44:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34653340B37 for ; Wed, 17 Aug 2016 09:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04A522468 for ; Wed, 17 Aug 2016 09:44:50 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1471362486.7934f1bfdc7c70cb4d06ad58a66c5d6d470ef1d2.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: eclass/ X-VCS-Repository: proj/dotnet X-VCS-Files: eclass/nupkg.eclass X-VCS-Directories: eclass/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 7934f1bfdc7c70cb4d06ad58a66c5d6d470ef1d2 X-VCS-Branch: master Date: Wed, 17 Aug 2016 09:44:50 +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: 4b9b6c83-05ec-436e-8856-23692f473cd4 X-Archives-Hash: ba3f5e0c444fabf83b796cb4209994ee commit: 7934f1bfdc7c70cb4d06ad58a66c5d6d470ef1d2 Author: ArsenShnurkov gmail com> AuthorDate: Tue Aug 16 15:48:06 2016 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Tue Aug 16 15:48:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=7934f1bf require nuget for all other ebuilds which build packages eclass/nupkg.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/nupkg.eclass b/eclass/nupkg.eclass index ed6731f..03f5315 100644 --- a/eclass/nupkg.eclass +++ b/eclass/nupkg.eclass @@ -11,6 +11,9 @@ inherit dotnet IUSE+=" +nupkg" +DEPEND+=" dev-dotnet/nuget" +RDEPEND+=" dev-dotnet/nuget" + # @FUNCTION: get_nuget_trusted_icons_location # @USAGE: [directory] # @DESCRIPTION: