diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-02-29 07:59:48 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-02-29 07:59:48 +0100 |
commit | de4fbdad52071adc29fa8e9d0e706d3915e3ecf7 (patch) | |
tree | c8f1a31dce918e919d6b9c9eee6382625989412a /net-p2p/gtk-gnutella | |
parent | www-servers/puma: remove broken versions (diff) | |
download | gentoo-de4fbdad52071adc29fa8e9d0e706d3915e3ecf7.tar.gz gentoo-de4fbdad52071adc29fa8e9d0e706d3915e3ecf7.tar.bz2 gentoo-de4fbdad52071adc29fa8e9d0e706d3915e3ecf7.zip |
net-p2p/gtk-gnutella: depend on compatible binutils-libs
Bug: https://bugs.gentoo.org/711044
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'net-p2p/gtk-gnutella')
-rw-r--r-- | net-p2p/gtk-gnutella/gtk-gnutella-1.1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-1.1.15.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-1.1.15.ebuild index a81988b38c5f..bc55f7928449 100644 --- a/net-p2p/gtk-gnutella/gtk-gnutella-1.1.15.ebuild +++ b/net-p2p/gtk-gnutella/gtk-gnutella-1.1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ppc ~ppc64 x86" RDEPEND=" - sys-libs/binutils-libs:= + <sys-libs/binutils-libs-2.34:= dev-libs/glib:2 sys-libs/zlib gtk? ( >=x11-libs/gtk+-2.2.1:2 ) |