prometheanfire    15/07/11 22:13:43

  Modified:             facter-3.0.1-r1.ebuild ChangeLog
  Log:
  fix build errors on 32 bit
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.3                  dev-ruby/facter/facter-3.0.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-3.0.1-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-3.0.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-3.0.1-r1.ebuild?r1=1.2&r2=1.3

Index: facter-3.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- facter-3.0.1-r1.ebuild      11 Jul 2015 21:58:49 -0000      1.2
+++ facter-3.0.1-r1.ebuild      11 Jul 2015 22:13:43 -0000      1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.1-r1.ebuild,v 
1.2 2015/07/11 21:58:49 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.1-r1.ebuild,v 
1.3 2015/07/11 22:13:43 prometheanfire Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
-inherit cmake-utils ruby-ng
+inherit cmake-utils multilib ruby-ng
 
 DESCRIPTION="A cross-platform Ruby library for retrieving facts from operating 
systems"
 HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/";
@@ -53,11 +53,12 @@
 }
 
 each_ruby_install() {
-       doruby "${D}usr/lib64/ruby/vendor_ruby/facter.rb"
+       doruby "${D}usr/$(get_libdir)/ruby/vendor_ruby/facter.rb"
+       doruby "${D}usr/$(get_libdir)/ruby/vendor_ruby/facter.jar"
 }
 
 src_install() {
        cmake-utils_src_install
        ruby-ng_src_install
-       rm -R "${D}usr/lib64/ruby/vendor_ruby" || die
+       rm -R "${D}usr/$(get_libdir)/ruby/vendor_ruby" || die
 }



1.136                dev-ruby/facter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.136&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.136&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   11 Jul 2015 21:58:49 -0000      1.135
+++ ChangeLog   11 Jul 2015 22:13:43 -0000      1.136
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.135 
2015/07/11 21:58:49 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.136 
2015/07/11 22:13:43 prometheanfire Exp $
+
+  11 Jul 2015; Matthew Thode <[email protected]> 
facter-3.0.1-r1.ebuild:
+  fix build errors on 32 bit
 
   11 Jul 2015; Matthew Thode <[email protected]> 
facter-3.0.1-r1.ebuild:
   fixing build errors and fixing ruby install method




Reply via email to