[haiku-commits] haiku: hrev50136 - build/jam/images/definitions

  • From: waddlesplash@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 7 Mar 2016 21:48:21 +0100 (CET)

hrev50136 adds 1 changeset to branch 'master'
old head: bb4cd92eae8ab7bf2b39110899cf8de33c592b98
new head: 6a5f8112cd2291d485217a02894ab24d5868c5dd
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=6a5f8112cd22+%5Ebb4cd92eae8a

----------------------------------------------------------------------------

6a5f8112cd22: PackageInstaller: Make it x86(32-bit) only.
  
  So people aren't tempted to make .pkg files for x86_64/ARM/etc, and
  because there should be no reason to have it there.
  
  Discussed with PulkoMandy on IRC.

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev50136
Commit:      6a5f8112cd2291d485217a02894ab24d5868c5dd
URL:         http://cgit.haiku-os.org/haiku/commit/?id=6a5f8112cd22
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Mon Mar  7 20:44:44 2016 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
build/jam/images/definitions/regular | 2 +-

----------------------------------------------------------------------------

diff --git a/build/jam/images/definitions/regular 
b/build/jam/images/definitions/regular
index ed9774c..93657d2 100644
--- a/build/jam/images/definitions/regular
+++ b/build/jam/images/definitions/regular
@@ -20,7 +20,7 @@ SYSTEM_APPS += [ FFilterByBuildFeatures
        CodyCam
        GLInfo@mesa
        HaikuDepot
-       Icon-O-Matic@expat Installer LaunchBox LegacyPackageInstaller
+       Icon-O-Matic@expat Installer LaunchBox LegacyPackageInstaller@x86
        Magnify Mail MediaConverter MediaPlayer MidiPlayer
        People PoorMan PowerStatus
        RemoteDesktop


Other related posts:

  • » [haiku-commits] haiku: hrev50136 - build/jam/images/definitions - waddlesplash