diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 10:49:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 10:59:20 +0200 |
commit | 36b95c33fceb5a529216a0dc26d89aeeb033380f (patch) | |
tree | c7e9d7823ef4c15a01425a05657245937da68e3b /dev-dotnet/gnome-keyring-sharp | |
parent | dev-dotnet/gkeyfile-sharp: Remove support for non-existent deps (diff) | |
download | gentoo-36b95c33fceb5a529216a0dc26d89aeeb033380f.tar.gz gentoo-36b95c33fceb5a529216a0dc26d89aeeb033380f.tar.bz2 gentoo-36b95c33fceb5a529216a0dc26d89aeeb033380f.zip |
dev-dotnet/gnome-keyring-sharp: Remove support for non-existent deps
Diffstat (limited to 'dev-dotnet/gnome-keyring-sharp')
-rw-r--r-- | dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild index 8791bdb9d6af..d155a9460e51 100644 --- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild +++ b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" >=dev-lang/mono-2.0 >=gnome-base/libgnome-keyring-2.30.0 - || ( >=dev-dotnet/gtk-sharp-2.12.21 dev-dotnet/glib-sharp ) + >=dev-dotnet/gtk-sharp-2.12.21 " DEPEND="${RDEPEND} virtual/pkgconfig |