summaryrefslogtreecommitdiff
path: root/portato/backend/portage
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-05-15 18:34:34 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-05-15 18:34:34 +0200
commiteb9f7af6073d0295d6f2b8b5cef0b8a3da7267c8 (patch)
tree3a25e69374c5a589fcfe7333d72bfe453221d5b2 /portato/backend/portage
parent9a4046fc6a557550425e865d019d2dca1c1a9a55 (diff)
downloadportato-eb9f7af6073d0295d6f2b8b5cef0b8a3da7267c8.tar.gz
portato-eb9f7af6073d0295d6f2b8b5cef0b8a3da7267c8.tar.bz2
portato-eb9f7af6073d0295d6f2b8b5cef0b8a3da7267c8.zip
Add 'eapi_supported'
Diffstat (limited to '')
-rw-r--r--portato/backend/portage/system.py3
1 files changed, 3 insertions, 0 deletions
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
> 2014-03-22Makefile: do not use recursion and organizeJason A. Donenfeld12-9/+7 2014-03-22clip: suppress kill errorJason A. Donenfeld2-3/+3 2014-03-22clip: do not race on osxJason A. Donenfeld1-5/+5 2014-03-22clip: use pkill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24