projects
/
puppet_rubygems.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef42890
)
also require gcc when we have buildflags
author
Marcel Haerry
<haerry@puzzle.ch>
Tue, 28 Sep 2010 16:39:07 +0000
(18:39 +0200)
committer
Marcel Haerry
<haerry@puzzle.ch>
Tue, 28 Sep 2010 16:39:07 +0000
(18:39 +0200)
manifests/gem.pp
patch
|
blob
|
history
diff --git
a/manifests/gem.pp
b/manifests/gem.pp
index
90b3af8
..
14b6785
100644
(file)
--- a/
manifests/gem.pp
+++ b/
manifests/gem.pp
@@
-29,7
+29,7
@@
define rubygems::gem(
$requiresgcc = false
) {
require ::rubygems
- if $requiresgcc {
+ if $requiresgcc
or ($buildflags != 'absent')
{
require ::gcc
}