Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/
Date: Sun, 04 Sep 2022 13:03:57
Message-Id: 1662296594.af568659d07d0c8f5e977d91a550bf46bc4e0279.soap@gentoo
1 commit: af568659d07d0c8f5e977d91a550bf46bc4e0279
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 13:03:14 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 13:03:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af568659
7
8 net-libs/libktorrent: remove stale boost lower bounds
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-libs/libktorrent/libktorrent-22.04.3.ebuild | 2 +-
13 net-libs/libktorrent/libktorrent-22.08.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libktorrent/libktorrent-22.04.3.ebuild b/net-libs/libktorrent/libktorrent-22.04.3.ebuild
17 index be45f971d886..6c309f68c2af 100644
18 --- a/net-libs/libktorrent/libktorrent-22.04.3.ebuild
19 +++ b/net-libs/libktorrent/libktorrent-22.04.3.ebuild
20 @@ -33,7 +33,7 @@ COMMON_DEPEND="
21 >=kde-frameworks/solid-${KFMIN}:5
22 "
23 DEPEND="${COMMON_DEPEND}
24 - >=dev-libs/boost-1.71
25 + dev-libs/boost
26 "
27 RDEPEND="${COMMON_DEPEND}
28 !dev-libs/botan[gmp(-)]
29
30 diff --git a/net-libs/libktorrent/libktorrent-22.08.0.ebuild b/net-libs/libktorrent/libktorrent-22.08.0.ebuild
31 index 3a5d2ca1bba3..ab65381979c7 100644
32 --- a/net-libs/libktorrent/libktorrent-22.08.0.ebuild
33 +++ b/net-libs/libktorrent/libktorrent-22.08.0.ebuild
34 @@ -33,7 +33,7 @@ COMMON_DEPEND="
35 >=kde-frameworks/solid-${KFMIN}:5
36 "
37 DEPEND="${COMMON_DEPEND}
38 - >=dev-libs/boost-1.71
39 + dev-libs/boost
40 "
41 RDEPEND="${COMMON_DEPEND}
42 !dev-libs/botan[gmp(-)]