From: Paymon MARANDI Date: Wed, 24 May 2023 13:57:16 +0000 (-0400) Subject: gentoo: DRY X-Git-Tag: v15~103^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ecd7760f58e45502f221f5f884db459200da46;p=thirdparty%2Fmkosi.git gentoo: DRY Signed-off-by: Paymon MARANDI --- diff --git a/mkosi/distributions/gentoo.py b/mkosi/distributions/gentoo.py index d7ed02ed0..92f77cee4 100644 --- a/mkosi/distributions/gentoo.py +++ b/mkosi/distributions/gentoo.py @@ -189,7 +189,6 @@ class Gentoo: portage_cfg_dir=USER_CONFIG_PATH, binrepos_conf_file=BINREPOS_CONF_FILE) - @complete_step("Installing Gentoo…") def __init__(self, state: MkosiState) -> None: # TOCLEANUP: legacy namig, to be cleaned up self.state = state