app-misc/tasque: fix dependency on dbus-sharp{,-glib}
authorChristoph Mende <angelos@gentoo.org>
Fri, 18 Sep 2015 05:13:16 +0000 (07:13 +0200)
committerChristoph Mende <angelos@gentoo.org>
Fri, 18 Sep 2015 05:18:46 +0000 (07:18 +0200)
Package-Manager: portage-2.2.20.1

app-misc/tasque/tasque-0.1.12.ebuild

index b431d99c278f062c6d4cd90de1630734ea86fa94..f6b141829658e45f0b8b92edffa2ec4905d01e3a 100644 (file)
@@ -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}"