Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/
Date: Sun, 26 Aug 2018 08:59:33
Message-Id: 1535273960.36b95c33fceb5a529216a0dc26d89aeeb033380f.mgorny@gentoo
1 commit: 36b95c33fceb5a529216a0dc26d89aeeb033380f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 08:49:26 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 08:59:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b95c33
7
8 dev-dotnet/gnome-keyring-sharp: Remove support for non-existent deps
9
10 dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 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
14 index 8791bdb9d6a..d155a9460e5 100644
15 --- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
16 +++ b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -16,7 +16,7 @@ IUSE=""
24 RDEPEND="
25 >=dev-lang/mono-2.0
26 >=gnome-base/libgnome-keyring-2.30.0
27 - || ( >=dev-dotnet/gtk-sharp-2.12.21 dev-dotnet/glib-sharp )
28 + >=dev-dotnet/gtk-sharp-2.12.21
29 "
30 DEPEND="${RDEPEND}
31 virtual/pkgconfig