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 5FA071381F3 for ; Mon, 23 Sep 2013 18:38:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAD93E077A; Mon, 23 Sep 2013 18:38:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65466E077A for ; Mon, 23 Sep 2013 18:38:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BFDB33ED66 for ; Mon, 23 Sep 2013 18:38:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1D2F2E468F for ; Mon, 23 Sep 2013 18:38:41 +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: <1379961329.fc0c45de712673ac9a91de66d62e6f4499c570d0.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: eclass/ X-VCS-Repository: proj/dotnet X-VCS-Files: eclass/dotnet.eclass X-VCS-Directories: eclass/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: fc0c45de712673ac9a91de66d62e6f4499c570d0 X-VCS-Branch: master Date: Mon, 23 Sep 2013 18:38:41 +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: 355ca52a-98f8-4c9c-ae8c-40413cf32455 X-Archives-Hash: 2dc62fe728e6d37a207a0a20587edef6 commit: fc0c45de712673ac9a91de66d62e6f4499c570d0 Author: Heather cynede net> AuthorDate: Mon Sep 23 18:35:29 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Mon Sep 23 18:35:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=fc0c45de mono dep for dotnet eclass --- eclass/dotnet.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass index ad79784..8473700 100644 --- a/eclass/dotnet.eclass +++ b/eclass/dotnet.eclass @@ -23,6 +23,8 @@ inherit eutils versionator mono-env # @DESCRIPTION: # Use flags added to IUSE +DEPEND+=" dev-lang/mono" + # SET default use flags according on DOTNET_TARGETS for x in ${USE_DOTNET}; do case ${x} in