diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:37 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:37 +0200 |
commit | 7a75aed576468ced48221e80bc0936c931049528 (patch) | |
tree | 208b4c5ff2f381da63ff6fcd71ca5c37b76301a4 /www-apache | |
parent | sys-fs/cryfs: remove stale boost lower bounds (diff) | |
download | gentoo-7a75aed576468ced48221e80bc0936c931049528.tar.gz gentoo-7a75aed576468ced48221e80bc0936c931049528.tar.bz2 gentoo-7a75aed576468ced48221e80bc0936c931049528.zip |
www-apache/anyterm: remove stale boost lower bounds
Closes: https://github.com/gentoo/gentoo/pull/27137
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/anyterm/anyterm-1.1.29-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild index 7a3008eebbd2..6c0961341495 100644 --- a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild +++ b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ IUSE="" RDEPEND="virtual/ssh" DEPEND="${RDEPEND} - >=dev-libs/boost-1.34.1" + dev-libs/boost" PATCHES=( "${FILESDIR}/${PN}-1.1.28-respect-LDFLAGS.patch" |