From: Christoph Mende Date: Fri, 18 Sep 2015 05:13:16 +0000 (+0200) Subject: app-misc/tasque: fix dependency on dbus-sharp{,-glib} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b696ce1b9b9e9ef8380ee4c48558609f47759761;p=gentoo.git app-misc/tasque: fix dependency on dbus-sharp{,-glib} Package-Manager: portage-2.2.20.1 --- diff --git a/app-misc/tasque/tasque-0.1.12.ebuild b/app-misc/tasque/tasque-0.1.12.ebuild index b431d99c278f..f6b141829658 100644 --- a/app-misc/tasque/tasque-0.1.12.ebuild +++ b/app-misc/tasque/tasque-0.1.12.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$ @@ -24,8 +24,8 @@ REQUIRED_USE="|| ( rememberthemilk sqlite hiveminder )" RDEPEND=">=dev-dotnet/gtk-sharp-2.12.7-r5 >=dev-dotnet/notify-sharp-0.4.0_pre20080912 - dev-dotnet/dbus-sharp - dev-dotnet/dbus-sharp-glib + dev-dotnet/dbus-sharp:1.0 + dev-dotnet/dbus-sharp-glib:1.0 sqlite? ( dev-db/sqlite:3 )" DEPEND="${RDEPEND}"