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 E945B1382C5 for ; Thu, 29 Mar 2018 20:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA5E4E096C; Thu, 29 Mar 2018 20:24:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0351E096C for ; Thu, 29 Mar 2018 20:24:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FE09335D2E for ; Thu, 29 Mar 2018 20:24:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E62A260 for ; Thu, 29 Mar 2018 20:24:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1522355046.5dbe0e4edf7f0f7de346683f59f9bb0a75f5f320.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono-basic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mono-basic/mono-basic-4.6-r1.ebuild dev-lang/mono-basic/mono-basic-4.6.ebuild X-VCS-Directories: dev-lang/mono-basic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5dbe0e4edf7f0f7de346683f59f9bb0a75f5f320 X-VCS-Branch: master Date: Thu, 29 Mar 2018 20:24:22 +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: 26313f90-24b0-48f2-87a0-0f02fdaa3f37 X-Archives-Hash: dd3c6ac5ada69670f3f3db83ad409209 commit: 5dbe0e4edf7f0f7de346683f59f9bb0a75f5f320 Author: Conrad Kostecki kostecki com> AuthorDate: Thu Mar 29 19:28:43 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 29 20:24:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbe0e4e dev-lang/mono-basic: add (R)DEPEND on dev-lang/mono Closes: https://bugs.gentoo.org/651632 Closes: https://github.com/gentoo/gentoo/pull/7631 .../mono-basic/{mono-basic-4.6.ebuild => mono-basic-4.6-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/mono-basic/mono-basic-4.6.ebuild b/dev-lang/mono-basic/mono-basic-4.6-r1.ebuild similarity index 87% rename from dev-lang/mono-basic/mono-basic-4.6.ebuild rename to dev-lang/mono-basic/mono-basic-4.6-r1.ebuild index 2a72f461d32..b8a88b083e1 100644 --- a/dev-lang/mono-basic/mono-basic-4.6.ebuild +++ b/dev-lang/mono-basic/mono-basic-4.6-r1.ebuild @@ -11,3 +11,6 @@ HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/" KEYWORDS="-* ~amd64 ~x86" LICENSE="LGPL-2 MIT" SLOT="0" + +RDEPEND="dev-lang/mono" +DEPEND="${RDEPEND}"