From 2aae0531f51064651240a5957bf724f30f5c0cd1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 22 Aug 2023 21:49:41 +0100 Subject: eclean-pkg: fix --unique-use shortopt Signed-off-by: Sam James --- pym/gentoolkit/eclean/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py index aa8b20f..7591959 100644 --- a/pym/gentoolkit/eclean/cli.py +++ b/pym/gentoolkit/eclean/cli.py @@ -458,7 +458,7 @@ def parseArgs(options={}): ] getopt_options["short"]["distfiles"] = "fs:" getopt_options["long"]["distfiles"] = ["fetch-restricted", "size-limit="] - getopt_options["short"]["packages"] = "iN" + getopt_options["short"]["packages"] = "iNu" getopt_options["long"]["packages"] = [ "ignore-failure", "changed-deps", -- cgit v1.2.3