From: Zac Medico Date: Wed, 29 Aug 2012 20:29:37 +0000 (-0700) Subject: EAPI 5: enable slot-operator-deps X-Git-Tag: v2.2.0_alpha124~31 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=40ef0fd75e329b789ae1fd98184b89520e9ee0c3;p=portage.git EAPI 5: enable slot-operator-deps --- diff --git a/pym/portage/eapi.py b/pym/portage/eapi.py index f13e79121..84d1afc89 100644 --- a/pym/portage/eapi.py +++ b/pym/portage/eapi.py @@ -15,7 +15,7 @@ def eapi_has_slot_deps(eapi): return eapi != "0" def eapi_has_slot_operator(eapi): - return eapi in ("4-slot-abi",) + return eapi not in ("0", "1", "2", "3", "4", "4-python") def eapi_has_src_uri_arrows(eapi): return eapi not in ("0", "1")