diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2017-01-12 16:47:48 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2017-01-12 16:49:28 +0300 |
commit | 56a484380c000d44d1fea4af3364f65d92acd8d1 (patch) | |
tree | 29e8d964c2bdac19d0e250414a3fab10aac6c9e6 /net-p2p/retroshare | |
parent | net-p2p/retroshare: correct dependency on media-libs/opencv in 0.6.1 and live... (diff) | |
download | gentoo-56a484380c000d44d1fea4af3364f65d92acd8d1.tar.gz gentoo-56a484380c000d44d1fea4af3364f65d92acd8d1.tar.bz2 gentoo-56a484380c000d44d1fea4af3364f65d92acd8d1.zip |
net-p2p/retroshare: correct dependency on net-libs/libupnp
Reported-by: <shinydoofy@gmail.com>
Gentoo-Bug: 604886
Package-Manager: portage-2.3.3
Diffstat (limited to 'net-p2p/retroshare')
-rw-r--r-- | net-p2p/retroshare/retroshare-0.5.5c.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/retroshare/retroshare-0.6.0.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/retroshare/retroshare-0.6.1.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/retroshare/retroshare-0.6.9999.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/retroshare/retroshare-0.5.5c.ebuild b/net-p2p/retroshare/retroshare-0.5.5c.ebuild index 533d4455a102..f03cd4796915 100644 --- a/net-p2p/retroshare/retroshare-0.5.5c.ebuild +++ b/net-p2p/retroshare/retroshare-0.5.5c.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,7 +27,7 @@ RDEPEND=" app-arch/bzip2 dev-libs/openssl:0 gnome-base/libgnome-keyring - net-libs/libupnp + net-libs/libupnp:0 sys-libs/zlib cli? ( dev-libs/protobuf diff --git a/net-p2p/retroshare/retroshare-0.6.0.ebuild b/net-p2p/retroshare/retroshare-0.6.0.ebuild index 757b5b231688..2be0879327b7 100644 --- a/net-p2p/retroshare/retroshare-0.6.0.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,7 +27,7 @@ RDEPEND=" dev-libs/openssl:0 gnome-base/libgnome-keyring net-libs/libmicrohttpd - net-libs/libupnp + net-libs/libupnp:0 sys-libs/zlib cli? ( dev-libs/protobuf diff --git a/net-p2p/retroshare/retroshare-0.6.1.ebuild b/net-p2p/retroshare/retroshare-0.6.1.ebuild index d647cbb965ac..0c018febf425 100644 --- a/net-p2p/retroshare/retroshare-0.6.1.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" dev-libs/openssl:0 gnome-base/libgnome-keyring net-libs/libmicrohttpd - net-libs/libupnp + net-libs/libupnp:0 sys-libs/zlib feedreader? ( dev-libs/libxml2 diff --git a/net-p2p/retroshare/retroshare-0.6.9999.ebuild b/net-p2p/retroshare/retroshare-0.6.9999.ebuild index effdc96c172d..5ff4cabe6a28 100644 --- a/net-p2p/retroshare/retroshare-0.6.9999.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.9999.ebuild @@ -29,7 +29,7 @@ RDEPEND=" dev-libs/openssl:0 gnome-base/libgnome-keyring net-libs/libmicrohttpd - net-libs/libupnp + net-libs/libupnp:0 sys-libs/zlib feedreader? ( dev-libs/libxml2 |