commit: 7934f1bfdc7c70cb4d06ad58a66c5d6d470ef1d2 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com> AuthorDate: Tue Aug 16 15:48:06 2016 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> 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:
