From eb9f7af6073d0295d6f2b8b5cef0b8a3da7267c8 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 15 May 2009 18:34:34 +0200 Subject: Add 'eapi_supported' --- portato/backend/portage/system.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'portato/backend/portage') diff --git a/portato/backend/portage/system.py b/portato/backend/portage/system.py index 7470fdc..d7c7806 100644 --- a/portato/backend/portage/system.py +++ b/portato/backend/portage/system.py @@ -49,6 +49,9 @@ class PortageSystem (SystemInterface): "system" : syssets.SystemSet } + def eapi_supported (self, eapi): + return portage.eapi_is_supported(eapi) + def has_set_support (self): return False -- cgit v1.2.3-54-g00ecf