summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildBinpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/EbuildBinpkg.py')
-rw-r--r--pym/_emerge/EbuildBinpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/EbuildBinpkg.py b/pym/_emerge/EbuildBinpkg.py
index 0ec2871af..8c68d70bf 100644
--- a/pym/_emerge/EbuildBinpkg.py
+++ b/pym/_emerge/EbuildBinpkg.py
@@ -12,7 +12,7 @@ class EbuildBinpkg(MiscFunctionsProcess):
"""
This assumes that src_install() has successfully completed.
"""
- __slots__ = ("_binpkg_tmpfile",)
+ __slots__ = ("_binpkg_tmpfile", "pkg")
def __init__(self, **kwargs):
MiscFunctionsProcess.__init__(self, phase="package", **kwargs)