Skip to content
Snippets Groups Projects

extra-repos/systemd/plasma*: upgrade to 6.2.2

Merged Bart Ribbers requested to merge upgrade-plasma-systemd into master_staging_systemd
Compare and Show latest version
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -16,9 +16,11 @@ cache = {}
def get_pmaports_dir():
global cache
if "pmaports_dir" in cache:
print("pmaports_dir(cached): {cache['pmaports']}")
return cache["pmaports_dir"]
ret = os.path.realpath(os.path.join(os.path.dirname(__file__) + "/../.."))
cache["pmaports_dir"] = ret
print("pmaports_dir: {cache['pmaports']}")
return ret
Loading