summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarltk <karltk@gentoo.org>2004-08-22 20:58:08 +0000
committerkarltk <karltk@gentoo.org>2004-08-22 20:58:08 +0000
commitacc6dd30af44c6fb11e05d5688b3a540f7f87877 (patch)
treef4aef47ae78404f5dc29f8231f340575862080e0
parent663b5ff9a958bb09fab41c338f38c501eb45b513 (diff)
downloadgentoolkit-acc6dd30af44c6fb11e05d5688b3a540f7f87877.tar.gz
*** empty log message ***
svn path=/; revision=116
-rw-r--r--trunk/src/gentoolkit/gentoolkit.py2
1 files changed, 1 insertions, 1 deletions
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():