From: karltk Date: Sun, 22 Aug 2004 20:58:08 +0000 (-0000) Subject: *** empty log message *** X-Git-Tag: gentoolkit-0.2.4.3~386 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=acc6dd30af44c6fb11e05d5688b3a540f7f87877;p=gentoolkit.git *** empty log message *** svn path=/; revision=116 --- diff --git a/trunk/src/gentoolkit/gentoolkit.py b/trunk/src/gentoolkit/gentoolkit.py index d93a27c..c0bbb3e 100644 --- a/trunk/src/gentoolkit/gentoolkit.py +++ b/trunk/src/gentoolkit/gentoolkit.py @@ -143,7 +143,7 @@ class Package: if len(r)!=1: raise "Should only get one element!" return r[0] - def get_use_vars(self): + def get_use_flags(self): """Returns the USE flags active at time of installation""" self._initdb() if self.is_installed():