fix rust/go rebuilds on gentoo
This commit is contained in:
parent
9593a7d09f
commit
2491df81f6
@ -260,7 +260,7 @@ def pkg_upgrade():
|
|||||||
log.warning(line)
|
log.warning(line)
|
||||||
|
|
||||||
# from here on we shouldn't need to rebuild the upgraded packages again
|
# from here on we shouldn't need to rebuild the upgraded packages again
|
||||||
exclude_list = '--exclude '.join(rebuild_packages.keys()).split()
|
exclude_list = ' --exclude '.join(rebuild_packages.keys()).split()
|
||||||
|
|
||||||
# Rebuild go
|
# Rebuild go
|
||||||
go_packages = []
|
go_packages = []
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='sau',
|
name='sau',
|
||||||
version='1.3.1',
|
version='1.3.2',
|
||||||
description='Tool for auto-updating OS and packages',
|
description='Tool for auto-updating OS and packages',
|
||||||
author='Feffe',
|
author='Feffe',
|
||||||
author_email='feffe@fulh.ax',
|
author_email='feffe@fulh.ax',
|
||||||
|
Loading…
Reference in New Issue
Block a user