commit: acc4b3a7179e69cd460a94bd3ee9dc8119de789a Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sun Dec 20 09:35:57 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sun Dec 20 09:36:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc4b3a7
app-admin/puppet-agent: fix virt-what symlink Closes: https://bugs.gentoo.org/760836 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-admin/puppet-agent/puppet-agent-7.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-admin/puppet-agent/puppet-agent-7.1.0.ebuild b/app-admin/puppet-agent/puppet-agent-7.1.0.ebuild index 7d83370aba0..b8c6c3f40ea 100644 --- a/app-admin/puppet-agent/puppet-agent-7.1.0.ebuild +++ b/app-admin/puppet-agent/puppet-agent-7.1.0.ebuild @@ -17,7 +17,7 @@ RESTRICT="strip" CDEPEND="!app-admin/puppet !dev-ruby/hiera !dev-ruby/facter - !app-emulation/virt-what + app-emulation/virt-what acct-user/puppet acct-group/puppet" @@ -70,6 +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 ../../opt/puppetlabs/puppet/bin/virt-what /usr/bin/virt-what dosym ../../../../usr/lib64/xcrypt/libcrypt.so.1 /opt/puppetlabs/puppet/lib/libcrypt.so.1 }
