Unverified Commit 34be5733 authored by Robin H. Johnson's avatar Robin H. Johnson
Browse files

package: syntax fix.


Signed-off-by: default avatarRobin H. Johnson <robbat2@gentoo.org>
parent 1e5283d9
...@@ -279,7 +279,7 @@ define portage::package ( ...@@ -279,7 +279,7 @@ define portage::package (
$rebuild_command = $removing ? { $rebuild_command = $removing ? {
true => '/bin/true', true => '/bin/true',
false => "${portage::emerge_command} --changed-use -u1 ${atom}" false => "${portage::emerge_command} --changed-use -u1 ${atom}",
default => '/bin/false Should-Not-Trigger', # This should not happen. default => '/bin/false Should-Not-Trigger', # This should not happen.
} }
exec { "rebuild_${atom}": exec { "rebuild_${atom}":
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment