aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormpkh <cynede@gentoo.org>2016-12-29 22:09:33 +0400
committerGitHub <noreply@github.com>2016-12-29 22:09:33 +0400
commit42e8ec29dc21a25f47ff42b29c5ff249d85c6d5c (patch)
tree177e5f2c8f791e35944beafd877f6f6154a65c5d
parentMerge pull request #278 from tinloaf/fix-sparkleshare (diff)
parentDepend on correct slots (diff)
downloaddotnet-42e8ec29dc21a25f47ff42b29c5ff249d85c6d5c.tar.gz
dotnet-42e8ec29dc21a25f47ff42b29c5ff249d85c6d5c.tar.bz2
dotnet-42e8ec29dc21a25f47ff42b29c5ff249d85c6d5c.zip
Merge pull request #277 from tinloaf/fix-dependency
Depend on correct slots
-rw-r--r--dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild b/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild
index 260b380..7e21a7e 100644
--- a/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild
+++ b/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild
@@ -19,8 +19,8 @@ IUSE="doc"
RDEPEND=">=dev-lang/mono-4.0.2.5
>=dev-dotnet/gtk-sharp-2.12.21:2
- >=dev-dotnet/dbus-sharp-0.7:*
- >=dev-dotnet/dbus-sharp-glib-0.5:*
+ >=dev-dotnet/dbus-sharp-0.7:2.0
+ >=dev-dotnet/dbus-sharp-glib-0.5:2.0
>=x11-libs/libnotify-0.4.5"
DEPEND="${RDEPEND}"