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/gio-sharp/
Date: Sun, 26 Aug 2018 08:59:32
Message-Id: 1535273960.f71b5c85ac284f69aa3835ac31fb92f7e8b1c2a1.mgorny@gentoo
1 commit: f71b5c85ac284f69aa3835ac31fb92f7e8b1c2a1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 08:48:48 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=f71b5c85
7
8 dev-dotnet/gio-sharp: Remove support for non-existent deps
9
10 dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild | 5 ++---
11 1 file changed, 2 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
14 index 85ddc3568b0..08a813517c3 100644
15 --- a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
16 +++ b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.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=4
23 @@ -13,8 +13,7 @@ SLOT="0"
24 KEYWORDS="amd64 x86"
25 IUSE=""
26
27 -RDEPEND="|| ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/glib-sharp-2.12 )
28 - || ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/gtk-sharp-gapi-2.12 )
29 +RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21
30 >=dev-libs/glib-2.22:2"
31 DEPEND="${RDEPEND}
32 virtual/pkgconfig"