Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 1 file changed
  • 0 commit comments
  • 1 contributor
Commits on Apr 07, 2019
This reverts 6eb039e.

This is particularly annoying for perl and python packages which should be
depending on a version of perl or python.
Showing with 1 addition and 2 deletions.
  1. +1 −2 HaikuPorter/Package.py
@@ -225,8 +225,7 @@ def populatePackagingDir(self, port):
def makeHpkg(self, requiresUpdater):
"""Create a package suitable for distribution"""

if (requiresUpdater and self.type != PackageType.SOURCE
and self.architecture != Architectures.ANY):
if (requiresUpdater and self.type != PackageType.SOURCE):
requiresList = self.recipeKeys['REQUIRES']
self.recipeKeys['UPDATED_REQUIRES'] \
= requiresUpdater.updateRequiresList(requiresList)

No commit comments for this range

You can’t perform that action at this time.