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 AEC9E139B2A for ; Fri, 18 Sep 2015 05:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F041E0895; Fri, 18 Sep 2015 05:19:48 +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 30185E0894 for ; Fri, 18 Sep 2015 05:19:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F3F9340923 for ; Fri, 18 Sep 2015 05:19:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1F1D203 for ; Fri, 18 Sep 2015 05:19:44 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <1442553516.99039a610da474afb9d188c8950b8a212ecf7691.angelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild X-VCS-Directories: dev-dotnet/dbus-sharp-glib/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 99039a610da474afb9d188c8950b8a212ecf7691 X-VCS-Branch: master Date: Fri, 18 Sep 2015 05:19:44 +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: ef3a8933-bf47-45ca-82c0-cde4726ff397 X-Archives-Hash: a8392d660affff3b21914f04f5365414 commit: 99039a610da474afb9d188c8950b8a212ecf7691 Author: Christoph Mende gentoo org> AuthorDate: Fri Sep 18 05:07:16 2015 +0000 Commit: Christoph Mende gentoo org> CommitDate: Fri Sep 18 05:18:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99039a61 dev-dotnet/dbus-sharp-glib: fix dependency on dbus-sharp Package-Manager: portage-2.2.20.1 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild | 4 ++-- dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild index 8dbaba4..97e98be 100644 --- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild +++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="dev-lang/mono - >=dev-dotnet/dbus-sharp-0.7" + >=dev-dotnet/dbus-sharp-0.7:1.0" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild index 321cc18..319bd4e 100644 --- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild +++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="dev-lang/mono - >=dev-dotnet/dbus-sharp-0.8" + >=dev-dotnet/dbus-sharp-0.8:2.0" DEPEND="${RDEPEND} virtual/pkgconfig"