From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E5E1158095 for ; Thu, 8 Sep 2022 12:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 677EFE0A02; Thu, 8 Sep 2022 12:33:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EFB3E0A02 for ; Thu, 8 Sep 2022 12:33:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 499483410D4 for ; Thu, 8 Sep 2022 12:33:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A22FA5B1 for ; Thu, 8 Sep 2022 12:33:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1662640373.bc974c0c45abd98f0af9aa65ce7c03b8151f7671.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libktorrent/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libktorrent/libktorrent-22.08.1.ebuild net-libs/libktorrent/libktorrent-22.08.49.9999.ebuild X-VCS-Directories: net-libs/libktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bc974c0c45abd98f0af9aa65ce7c03b8151f7671 X-VCS-Branch: master Date: Thu, 8 Sep 2022 12:33:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8199c8b3-146e-47c4-80a1-c9f574189b3e X-Archives-Hash: b1d6177d7a6b0619b49a31c4d21220ff commit: bc974c0c45abd98f0af9aa65ce7c03b8151f7671 Author: David Seifert gentoo org> AuthorDate: Sun Sep 4 13:03:14 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 8 12:32:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc974c0c net-libs/libktorrent: remove stale boost lower bounds Signed-off-by: David Seifert gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libktorrent/libktorrent-22.08.1.ebuild | 2 +- net-libs/libktorrent/libktorrent-22.08.49.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libktorrent/libktorrent-22.08.1.ebuild b/net-libs/libktorrent/libktorrent-22.08.1.ebuild index 3a5d2ca1bb..ab65381979 100644 --- a/net-libs/libktorrent/libktorrent-22.08.1.ebuild +++ b/net-libs/libktorrent/libktorrent-22.08.1.ebuild @@ -33,7 +33,7 @@ COMMON_DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 " DEPEND="${COMMON_DEPEND} - >=dev-libs/boost-1.71 + dev-libs/boost " RDEPEND="${COMMON_DEPEND} !dev-libs/botan[gmp(-)] diff --git a/net-libs/libktorrent/libktorrent-22.08.49.9999.ebuild b/net-libs/libktorrent/libktorrent-22.08.49.9999.ebuild index 862db1fec7..c3e5bfb469 100644 --- a/net-libs/libktorrent/libktorrent-22.08.49.9999.ebuild +++ b/net-libs/libktorrent/libktorrent-22.08.49.9999.ebuild @@ -33,7 +33,7 @@ COMMON_DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 " DEPEND="${COMMON_DEPEND} - >=dev-libs/boost-1.71 + dev-libs/boost " RDEPEND="${COMMON_DEPEND} !dev-libs/botan[gmp(-)]