summaryrefslogtreecommitdiffstats
path: root/pym/portage/glsa.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/glsa.py')
-rw-r--r--pym/portage/glsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/glsa.py b/pym/portage/glsa.py
index e44c279b1..f0d99c8c1 100644
--- a/pym/portage/glsa.py
+++ b/pym/portage/glsa.py
@@ -613,7 +613,7 @@ class Glsa:
@rtype: Boolean
@returns: True if the GLSA was applied, False if not
"""
- return (self.nr in get_applied_glsas())
+ return (self.nr in get_applied_glsas(self.config))
def inject(self):
"""