[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r455: 32-bit C++ package.

Jeff Licquia licquia at linuxfoundation.org
Tue Apr 23 06:29:13 UTC 2013


------------------------------------------------------------
revno: 455
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2013-04-23 02:29:13 -0400
message:
  32-bit C++ package.
modified:
  modules/buildbot/manifests/slave.pp
  modules/buildbot/manifests/slavepkgs.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2013-04-23 03:42:31 +0000
+++ b/modules/buildbot/manifests/slave.pp	2013-04-23 06:29:13 +0000
@@ -163,6 +163,7 @@
             $buildbot::slavepkgs::gtk32pkg: ensure => installed;
             $buildbot::slavepkgs::png32pkg: ensure => installed;
             $buildbot::slavepkgs::xdevel32pkg: ensure => installed;
+            $buildbot::slavepkgs::cpp32pkg: ensure => installed;
 	}
     }
 

=== modified file 'modules/buildbot/manifests/slavepkgs.pp'
--- a/modules/buildbot/manifests/slavepkgs.pp	2013-04-23 04:33:21 +0000
+++ b/modules/buildbot/manifests/slavepkgs.pp	2013-04-23 06:29:13 +0000
@@ -167,6 +167,10 @@
         default => 'libpng12-0-32bit',
     }
 
+    $cpp32pkg = $operatingsystem ? {
+        default => 'libstdc++47-devel-32bit',
+    }
+
     # Apparently, libbat needs the printproto stuff to be
     # installed.  This should be built and used as part of
     # the libbat build; need to investigate.



More information about the lsb-messages mailing list