From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24BCD1382C5 for ; Sun, 20 Dec 2020 09:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53A03E0924; Sun, 20 Dec 2020 09:36:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3544BE0924 for ; Sun, 20 Dec 2020 09:36:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D282034108E for ; Sun, 20 Dec 2020 09:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 432F6CA for ; Sun, 20 Dec 2020 09:36:14 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1608456969.acc4b3a7179e69cd460a94bd3ee9dc8119de789a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-agent/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet-agent/puppet-agent-7.1.0.ebuild X-VCS-Directories: app-admin/puppet-agent/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: acc4b3a7179e69cd460a94bd3ee9dc8119de789a X-VCS-Branch: master Date: Sun, 20 Dec 2020 09:36:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba5cbec6-73f4-4fba-ab75-e5ce65fb29e0 X-Archives-Hash: 104bccc976d0b3e31f7ee4c3182e551c commit: acc4b3a7179e69cd460a94bd3ee9dc8119de789a Author: Matthew Thode gentoo org> AuthorDate: Sun Dec 20 09:35:57 2020 +0000 Commit: Matthew Thode gentoo 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 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 }