From be5997284de46af17f1e169dc94beb9e85462dd3 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sat, 12 May 2007 23:02:26 +0000 Subject: now showing the overlay --- portato/backend/package.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'portato/backend/package.py') diff --git a/portato/backend/package.py b/portato/backend/package.py index f9b675d..59d552b 100644 --- a/portato/backend/package.py +++ b/portato/backend/package.py @@ -241,6 +241,12 @@ class Package: @rtype: boolean""" raise NotImplementedError + + def get_overlay_path(self): + """Returns the path to the current overlay. + @rtype: string""" + + raise NotImplementedError def is_in_system (self): """Returns False if the package could not be found in the portage system. -- cgit v1.2.3-54-g00ecf