diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 15:02:29 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 15:02:29 +0200 |
commit | b974d5a0633389900d9f13f459158e3eb5fcfbc2 (patch) | |
tree | 410e603ce2f122a17770eda0304e66cca0e4d4cf /dev-cpp | |
parent | app-text/libabw: remove stale boost lower bounds (diff) | |
download | gentoo-b974d5a0633389900d9f13f459158e3eb5fcfbc2.tar.gz gentoo-b974d5a0633389900d9f13f459158e3eb5fcfbc2.tar.bz2 gentoo-b974d5a0633389900d9f13f459158e3eb5fcfbc2.zip |
dev-cpp/cpp-hocon: remove stale boost lower bounds
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild index f8f3b60de63e..2596fe23d196 100644 --- a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild +++ b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild @@ -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} diff --git a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild index 015fa6c96c75..21e8c7108cad 100644 --- a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild +++ b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild @@ -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}" |