[entropy.spm] PortagePlugin: remove _get_package_use_file, no longer used

This commit is contained in:
Fabio Erculiani
2012-05-17 22:49:49 +02:00
parent 739ac5e348
commit dbd34912a2

View File

@@ -3789,9 +3789,6 @@ class PortagePlugin(SpmPlugin):
return mysettings
def _get_package_use_file(self):
return os.path.join(self._portage.const.USER_CONFIG_PATH, 'package.use')
def _get_useflags(self):
return self._portage.settings['USE']