From kde-commits Thu Dec 23 19:08:54 2010 From: Patrick Spendrin Date: Thu, 23 Dec 2010 19:08:54 +0000 To: kde-commits Subject: kdesupport/emerge/portage/extragear/kipi-plugins Message-Id: <20101223190854.D5B633E1F1 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129313136711190 SVN commit 1208952 by sengels: try without multijob M +1 -0 kipi-plugins-1.7.0.20101219.py --- trunk/kdesupport/emerge/portage/extragear/kipi-plugins/kipi-plugins-1.7.0.20101219.py #1208951:1208952 @@ -26,6 +26,7 @@ def __init__( self): self.subinfo = subinfo() CMakePackageBase.__init__(self) + self.subinfo.options.make.supportsMultijob = False if __name__ == '__main__': Package().execute()