From b696ce1b9b9e9ef8380ee4c48558609f47759761 Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Fri, 18 Sep 2015 07:13:16 +0200 Subject: app-misc/tasque: fix dependency on dbus-sharp{,-glib} Package-Manager: portage-2.2.20.1 --- app-misc/tasque/tasque-0.1.12.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-misc/tasque') 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}" -- cgit v1.2.3-65-gdbad