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: app-misc/gnutu/
Date: Sun, 26 Aug 2018 08:25:26
Message-Id: 1535271910.2b89804142c3ad656a111fdc84a866ae37c07ba3.mgorny@gentoo
1 commit: 2b89804142c3ad656a111fdc84a866ae37c07ba3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 08:04:14 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 08:25:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b898041
7
8 app-misc/gnutu: Remove support for non-existent deps
9
10 app-misc/gnutu/gnutu-2.5-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-misc/gnutu/gnutu-2.5-r1.ebuild b/app-misc/gnutu/gnutu-2.5-r1.ebuild
14 index 2c00123b072..fbb2fd2a9f3 100644
15 --- a/app-misc/gnutu/gnutu-2.5-r1.ebuild
16 +++ b/app-misc/gnutu/gnutu-2.5-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=6
23 @@ -14,7 +14,7 @@ IUSE=""
24
25 RDEPEND="
26 >=dev-lang/mono-1.2.5.1-r1
27 - || ( ( >=dev-dotnet/gtk-sharp-2.10.0 >=dev-dotnet/glade-sharp-2.10.0 ) >=dev-dotnet/gtk-sharp-2.12.21 )
28 + >=dev-dotnet/gtk-sharp-2.12.21
29 "
30 DEPEND="${RDEPEND}
31 sys-devel/gettext"