dev-cpp/cpp-hocon: remove stale boost lower bounds

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2022-09-04 15:02:29 +02:00
parent 6392c8ab83
commit b974d5a063
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ IUSE="debug test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/boost-1.54:=[nls]
dev-libs/boost:=[nls]
>=dev-libs/leatherman-0.9.3:=
"
DEPEND="${DEPEND}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
IUSE="debug"
DEPEND="
>=dev-libs/boost-1.54:=[nls]
dev-libs/boost:=[nls]
>=dev-libs/leatherman-0.9.3:=
"
RDEPEND="${DEPEND}"