diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:35 +0200 |
commit | 3c0c5582b2c12176c985063aaf487de9c1c1c049 (patch) | |
tree | f8ea7bb474b08fc92a9af88b5ff048930bcaed81 /sys-fs/clamfs | |
parent | sys-cluster/torque: remove stale boost lower bounds (diff) | |
download | gentoo-3c0c5582b2c12176c985063aaf487de9c1c1c049.tar.gz gentoo-3c0c5582b2c12176c985063aaf487de9c1c1c049.tar.bz2 gentoo-3c0c5582b2c12176c985063aaf487de9c1c1c049.zip |
sys-fs/clamfs: remove stale boost lower bounds
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs/clamfs')
-rw-r--r-- | sys-fs/clamfs/clamfs-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/clamfs/clamfs-1.2.0.ebuild b/sys-fs/clamfs/clamfs-1.2.0.ebuild index c7a90b3a7d45..6b8945a4342a 100644 --- a/sys-fs/clamfs/clamfs-1.2.0.ebuild +++ b/sys-fs/clamfs/clamfs-1.2.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 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=">=dev-libs/boost-1.33 +DEPEND="dev-libs/boost dev-libs/poco dev-libs/rlog sys-fs/fuse:3" |