commit: b696ce1b9b9e9ef8380ee4c48558609f47759761
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 05:13:16 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 05:18:46 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b696ce1b
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(-)
diff --git a/app-misc/tasque/tasque-0.1.12.ebuild
b/app-misc/tasque/tasque-0.1.12.ebuild
index b431d99..f6b1418 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}"