Diff cryfs-1.0.1-r1 with a cryfs-1.0.3
| /usr/portage/sys-fs/cryfs/cryfs-1.0.3.ebuild 2026-03-11 11:46:08.996417868 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{10..13} )
|
|
| 6 |
PYTHON_COMPAT=( python3_{10..14} )
|
|
| 7 | 7 |
inherit cmake eapi9-ver flag-o-matic linux-info python-any-r1 |
| 8 | 8 | |
| 9 | 9 |
if [[ ${PV} == 9999 ]] ; then
|
| ... | ... | |
| 24 | 24 |
RESTRICT="!test? ( test )" |
| 25 | 25 | |
| 26 | 26 |
RDEPEND=" |
| 27 |
dev-libs/boost:= |
|
| 27 |
>=dev-libs/boost-1.84.0:= |
|
| 28 | 28 |
dev-libs/crypto++:= |
| 29 | 29 |
dev-libs/libfmt:= |
| 30 | 30 |
dev-libs/spdlog:= |
| ... | ... | |
| 49 | 49 |
PATCHES=( |
| 50 | 50 |
# TODO: upstream: |
| 51 | 51 |
"${FILESDIR}"/cryfs-1.0.1-unbundle-vendored-libs.patch
|
| 52 | ||
| 53 |
# backports |
|
| 54 |
"${FILESDIR}"/cryfs-1.0.1-boost-1.88.patch
|
|
| 55 | 52 |
) |
| 56 | 53 | |
| 57 | 54 |
python_check_deps() {
|