From 92b77abd75e2d6ceb701e06966bbcf03302ad97c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 21 Oct 2010 13:12:07 -0700 Subject: Comment: slot operator deps not implemented. --- pym/portage/tests/resolver/test_eapi.py | 1 + 1 file changed, 1 insertion(+) 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), -- cgit v1.2.3-1-g7c22