commit: b162d014eb1c3069490abf447a816fe2125bb3d3 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Jul 26 02:58:17 2021 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Jul 26 02:58:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b162d014
app-admin/puppet-agent: fix symlink to libcrypt.so.1 Closes: https://bugs.gentoo.org/804085 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> .../{puppet-agent-7.9.0.ebuild => puppet-agent-7.9.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppet-agent/puppet-agent-7.9.0.ebuild b/app-admin/puppet-agent/puppet-agent-7.9.0-r1.ebuild similarity index 95% rename from app-admin/puppet-agent/puppet-agent-7.9.0.ebuild rename to app-admin/puppet-agent/puppet-agent-7.9.0-r1.ebuild index 4a86bc59357..3f124864f8a 100644 --- a/app-admin/puppet-agent/puppet-agent-7.9.0.ebuild +++ b/app-admin/puppet-agent/puppet-agent-7.9.0-r1.ebuild @@ -70,5 +70,5 @@ src_install() { dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet - dosym ../../../../usr/lib64/xcrypt/libcrypt.so.1 /opt/puppetlabs/puppet/lib/libcrypt.so.1 + dosym ../../../../lib/libcrypt.so.1 /opt/puppetlabs/puppet/lib/libcrypt.so.1 }
