summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-02-07 10:18:27 -0800
committerPatrick McLean <chutzpah@gentoo.org>2020-02-07 16:29:00 -0800
commitbdd4c10402c0553e77ffca41cffc4a5af42d20e9 (patch)
treed92fcdfc03462270d59d1182a47d7f16cdc97cf0 /sys-libs
parentnet-nntp/pan: drop to ~hppa (diff)
downloadgentoo-bdd4c10402c0553e77ffca41cffc4a5af42d20e9.tar.gz
gentoo-bdd4c10402c0553e77ffca41cffc4a5af42d20e9.tar.bz2
gentoo-bdd4c10402c0553e77ffca41cffc4a5af42d20e9.zip
sys-libs/libxcrypt-4.4.12-r2: Revbump, fix python deps (bug #708594)
Closes: https://bugs.gentoo.org/708594 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libxcrypt/libxcrypt-4.4.12-r2.ebuild (renamed from sys-libs/libxcrypt/libxcrypt-4.4.12-r1.ebuild)9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.12-r1.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.12-r2.ebuild
index 0983a476edae..eb95be5ae561 100644
--- a/sys-libs/libxcrypt/libxcrypt-4.4.12-r1.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.12-r2.ebuild
@@ -20,10 +20,7 @@ DEPEND="system? (
)"
RDEPEND="${DEPEND}"
BDEPEND="sys-apps/findutils
- test? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]')
- )"
+ test? ( $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') )"
RESTRICT="!test? ( test )"
@@ -34,6 +31,10 @@ PATCHES=(
"${FILESDIR}/libxcrypt-4.4.12-multibuild.patch"
)
+python_check_deps() {
+ has_version -b "dev-python/passlib[${PYTHON_USEDEP}]"
+}
+
pkg_setup() {
MULTIBUILD_VARIANTS=(
$(usex compat 'xcrypt_compat' '')