diff options
author | Sam James <sam@gentoo.org> | 2021-12-19 11:11:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-19 11:12:06 +0000 |
commit | 89cb70bbe36cd357d9048660ecbfd3d5ea2b9871 (patch) | |
tree | 40086e9665349e690bda91b14b2475a2b1948e62 /sys-auth/pambase | |
parent | dev-python/astunparse: Keyword 1.6.3 ppc, #814851 (diff) | |
download | gentoo-89cb70bbe36cd357d9048660ecbfd3d5ea2b9871.tar.gz gentoo-89cb70bbe36cd357d9048660ecbfd3d5ea2b9871.tar.bz2 gentoo-89cb70bbe36cd357d9048660ecbfd3d5ea2b9871.zip |
sys-auth/pambase: fix yescrypt support
Closes: https://bugs.gentoo.org/829586
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/pambase')
-rw-r--r-- | sys-auth/pambase/pambase-20211218-r1.ebuild (renamed from sys-auth/pambase/pambase-20211218.ebuild) | 1 | ||||
-rw-r--r-- | sys-auth/pambase/pambase-999999999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-auth/pambase/pambase-20211218.ebuild b/sys-auth/pambase/pambase-20211218-r1.ebuild index 30213d26b813..5719f207d53a 100644 --- a/sys-auth/pambase/pambase-20211218.ebuild +++ b/sys-auth/pambase/pambase-20211218-r1.ebuild @@ -83,6 +83,7 @@ src_configure() { $(usex selinux '--selinux' '') \ $(usex sha512 '--sha512' '') \ $(usex systemd '--systemd' '') \ + $(usex yescrypt '--yescrypt' '') \ || die } diff --git a/sys-auth/pambase/pambase-999999999.ebuild b/sys-auth/pambase/pambase-999999999.ebuild index b0d7b99715e4..866bf8998786 100644 --- a/sys-auth/pambase/pambase-999999999.ebuild +++ b/sys-auth/pambase/pambase-999999999.ebuild @@ -83,6 +83,7 @@ src_configure() { $(usex selinux '--selinux' '') \ $(usex sha512 '--sha512' '') \ $(usex systemd '--systemd' '') \ + $(usex yescrypt '--yescrypt' '') \ || die } |