Skip to content

Commit

Permalink
Disable multilib differences code
Browse files Browse the repository at this point in the history
We don't have multilib
  • Loading branch information
z3ntu committed Mar 14, 2021
1 parent b2772f7 commit 8a21b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def __hash__(self):


def multilib_differences():
return []
# Query for checking multilib out of date-ness
if database_vendor(Package) == 'sqlite':
pkgname_sql = """
Expand Down

0 comments on commit 8a21b3e

Please sign in to comment.