commit: 89cb70bbe36cd357d9048660ecbfd3d5ea2b9871 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 19 11:11:56 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 19 11:12:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cb70bb
sys-auth/pambase: fix yescrypt support Closes: https://bugs.gentoo.org/829586 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/pambase/{pambase-20211218.ebuild => pambase-20211218-r1.ebuild} | 1 + sys-auth/pambase/pambase-999999999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-auth/pambase/pambase-20211218.ebuild b/sys-auth/pambase/pambase-20211218-r1.ebuild similarity index 98% rename from sys-auth/pambase/pambase-20211218.ebuild rename to 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 }
