From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1105172-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5A288138334
	for <garchives@archives.gentoo.org>; Sun, 11 Aug 2019 22:10:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 774DBE03EC;
	Sun, 11 Aug 2019 22:10:47 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5AFDCE03EC
	for <gentoo-commits@lists.gentoo.org>; Sun, 11 Aug 2019 22:10:47 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id EF064349922
	for <gentoo-commits@lists.gentoo.org>; Sun, 11 Aug 2019 22:10:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F226A76D
	for <gentoo-commits@lists.gentoo.org>; Sun, 11 Aug 2019 22:10:43 +0000 (UTC)
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" <sbraz@gentoo.org>
Message-ID: <1565561432.aa7f4532b63e5be016ff7dfde5a222126f6f7027.sbraz@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/airdcpp-webclient/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild
X-VCS-Directories: net-p2p/airdcpp-webclient/
X-VCS-Committer: sbraz
X-VCS-Committer-Name: Louis Sautier
X-VCS-Revision: aa7f4532b63e5be016ff7dfde5a222126f6f7027
X-VCS-Branch: master
Date: Sun, 11 Aug 2019 22:10:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 2d50c5c3-ecff-4357-a3c4-c54a4f51b592
X-Archives-Hash: 3672f8222d14ca68e2cff69867e76730

commit:     aa7f4532b63e5be016ff7dfde5a222126f6f7027
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 22:02:47 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 22:10:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7f4532

net-p2p/airdcpp-webclient: remove upper bound from boost dependency

boost 1.70 was fixed in
2b01e7caec293f9e124749610ebe13b51ebeed96.

Bug: https://bugs.gentoo.org/683472
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild | 2 +-
 net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild
index 437636e97e1..647a9600c51 100644
--- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild
+++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild
@@ -18,7 +18,7 @@ IUSE="nat-pmp +tbb +webui"
 RDEPEND="
 	app-arch/bzip2
 	dev-cpp/websocketpp
-	<dev-libs/boost-1.70:=
+	dev-libs/boost:=
 	dev-libs/leveldb:=
 	dev-libs/libmaxminddb:=
 	dev-libs/openssl:0=[-bindist]

diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild
index 437636e97e1..647a9600c51 100644
--- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild
+++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild
@@ -18,7 +18,7 @@ IUSE="nat-pmp +tbb +webui"
 RDEPEND="
 	app-arch/bzip2
 	dev-cpp/websocketpp
-	<dev-libs/boost-1.70:=
+	dev-libs/boost:=
 	dev-libs/leveldb:=
 	dev-libs/libmaxminddb:=
 	dev-libs/openssl:0=[-bindist]