diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-25 01:39:11 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-25 01:39:11 +0200 |
commit | f96b20bcc7e34a3eedd5c8b8f70728eb373cb2cd (patch) | |
tree | 40b832ad23bc08554253fa224a9392a8e951ae49 /sys-libs/libxcrypt/libxcrypt-4.4.35.ebuild | |
parent | app-office/auto-multiple-choice: add 1.6.0, drop 1.5.2 (diff) | |
download | gentoo-f96b20bcc7e34a3eedd5c8b8f70728eb373cb2cd.tar.gz gentoo-f96b20bcc7e34a3eedd5c8b8f70728eb373cb2cd.tar.bz2 gentoo-f96b20bcc7e34a3eedd5c8b8f70728eb373cb2cd.zip |
sys-libs/libxcrypt: Fix build with Perl 5.38
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/libxcrypt/libxcrypt-4.4.35.ebuild')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.35.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.35.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.35.ebuild index 331a6cc1c58c..69a9af2f77ba 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.35.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.35.ebuild @@ -55,6 +55,10 @@ BDEPEND=" test? ( $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') ) " +PATCHES=( + "${FILESDIR}/${P}-smartmatch.patch" +) + python_check_deps() { python_has_version "dev-python/passlib[${PYTHON_USEDEP}]" } |