fix syntax

This commit is contained in:
Fredrik Eriksson 2024-08-30 09:20:48 +02:00
parent 0f713bf476
commit 17ef7eee8e
Signed by: feffe
GPG Key ID: E6B5580B853D322B
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ def pkg_upgrade():
log.warning(line)
# rebuild rust
if any([x in rebuild_packages for x in ('dev-lang/rust', 'dev-lang/rust-bin'):
if any([x in rebuild_packages for x in ('dev-lang/rust', 'dev-lang/rust-bin')]):
log.info("Running rust-rebuild due to update of rust")
cmd = [
EMERGE_PATH,

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name='sau',
version='1.4.4',
version='1.4.5',
description='Tool for auto-updating OS and packages',
author='Feffe',
author_email='feffe@fulh.ax',