Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/gtk-gnutella/
Date: Sat, 29 Feb 2020 07:00:01
Message-Id: 1582959588.de4fbdad52071adc29fa8e9d0e706d3915e3ecf7.graaff@gentoo
1 commit: de4fbdad52071adc29fa8e9d0e706d3915e3ecf7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 29 06:59:48 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 29 06:59:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4fbdad
7
8 net-p2p/gtk-gnutella: depend on compatible binutils-libs
9
10 Bug: https://bugs.gentoo.org/711044
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 net-p2p/gtk-gnutella/gtk-gnutella-1.1.15.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-1.1.15.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-1.1.15.ebuild
18 index a81988b38c5..bc55f792844 100644
19 --- a/net-p2p/gtk-gnutella/gtk-gnutella-1.1.15.ebuild
20 +++ b/net-p2p/gtk-gnutella/gtk-gnutella-1.1.15.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -17,7 +17,7 @@ LICENSE="GPL-2"
28 KEYWORDS="amd64 ppc ~ppc64 x86"
29
30 RDEPEND="
31 - sys-libs/binutils-libs:=
32 + <sys-libs/binutils-libs-2.34:=
33 dev-libs/glib:2
34 sys-libs/zlib
35 gtk? ( >=x11-libs/gtk+-2.2.1:2 )