From: Zac Medico Date: Thu, 21 Oct 2010 20:12:07 +0000 (-0700) Subject: Comment: slot operator deps not implemented. X-Git-Tag: v2.2.0_alpha1~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=92b77abd75e2d6ceb701e06966bbcf03302ad97c;p=portage.git Comment: slot operator deps not implemented. --- diff --git a/pym/portage/tests/resolver/test_eapi.py b/pym/portage/tests/resolver/test_eapi.py index 4d67c2bf4..76cea568d 100644 --- a/pym/portage/tests/resolver/test_eapi.py +++ b/pym/portage/tests/resolver/test_eapi.py @@ -92,6 +92,7 @@ class EAPITestCase(TestCase): ResolverPlaygroundTestCase(["=dev-libs/A-5.1"], success = False), ResolverPlaygroundTestCase(["=dev-libs/A-5.2"], success = False), ResolverPlaygroundTestCase(["=dev-libs/A-5.3"], success = False), + # not implemented: EAPI-4: slot operator deps #~ ResolverPlaygroundTestCase(["=dev-libs/A-5.4"], success = True, mergelist = ["dev-libs/B-1", "dev-libs/A-5.4"]), ResolverPlaygroundTestCase(["=dev-libs/A-6.0"], success = False),