From 7216350dc54b891d1909ffa7d9fceb52f1de04a7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 23 Jun 2012 14:53:13 -0700 Subject: test_slot_abi: fix atom == type --- pym/portage/tests/resolver/test_slot_abi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/tests/resolver/test_slot_abi.py b/pym/portage/tests/resolver/test_slot_abi.py index 46938347f..6381bcc4d 100644 --- a/pym/portage/tests/resolver/test_slot_abi.py +++ b/pym/portage/tests/resolver/test_slot_abi.py @@ -152,7 +152,7 @@ class SlotAbiTestCase(TestCase): "app-office/libreoffice-3.5.4.2" : { "EAPI": "4-slot-abi", "DEPEND": ">=sys-libs/db-4:4.7/4.7=", - "RDEPEND": ">=sys-libs/db-4:4.7/4.7==" + "RDEPEND": ">=sys-libs/db-4:4.7/4.7=" }, } installed = { -- cgit v1.2.3-1-g7c22