summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsss <sss@dark-alexandr.net>2021-03-18 10:36:06 +0300
committersss <sss@dark-alexandr.net>2021-03-18 10:36:06 +0300
commitc9674334ced751640a43b6da496176948bcbc2cc (patch)
treeae3fa6296a7e4fc7c110d48b59554dd83854929b
parent6d8b17ec0d3a4f4c7d2416da72a5cf81f48fdd34 (diff)
updated libxcrypt
-rw-r--r--packages/dev-libs/libxcrypt/libxcrypt-4.4.18-r1.exheres-0 (renamed from packages/dev-libs/libxcrypt/libxcrypt-4.4.17-r1.exheres-0)6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/dev-libs/libxcrypt/libxcrypt-4.4.17-r1.exheres-0 b/packages/dev-libs/libxcrypt/libxcrypt-4.4.18-r1.exheres-0
index b5efd07..4ed0627 100644
--- a/packages/dev-libs/libxcrypt/libxcrypt-4.4.17-r1.exheres-0
+++ b/packages/dev-libs/libxcrypt/libxcrypt-4.4.18-r1.exheres-0
@@ -43,8 +43,12 @@ PLATFORMS="~amd64"
MYOPTIONS=""
DEPENDENCIES="
+ build:
+ dev-lang/perl:*[>=5.14.0]
build+run:
sys-libs/glibc[-crypt]
+ test:
+ dev-python/passlib[python_abis:*(-)?]
"
DEFAULT_SRC_CONFIGURE_PARAMS=(
@@ -55,5 +59,7 @@ DEFAULT_SRC_CONFIGURE_PARAMS=(
--enable-obsolete-api=glibc
--enable-obsolete-api-enosys=no
--enable-xcrypt-compat-files
+ --disable-valgrind
+ --disable-werror
)