From 6492998809c2eef50bbe766b3c0864d6a8dc6090 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 28 Jul 2008 22:36:08 +0000 Subject: Tweak the conditional USE deps examples. svn path=/main/trunk/; revision=11253 --- pym/portage/dep.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pym') diff --git a/pym/portage/dep.py b/pym/portage/dep.py index 49f6bc045..30a63ba3b 100644 --- a/pym/portage/dep.py +++ b/pym/portage/dep.py @@ -420,10 +420,10 @@ class _use_dep(object): compact form equivalent expanded form - foo[bar?] foo bar? ( foo[bar] ) - foo[-bar?] foo !bar? ( foo[-bar] ) - foo[bar=] foo bar? ( foo[bar] ) !bar? ( foo[-bar] ) - foo[bar!=] foo bar? ( foo[-bar] ) !bar? ( foo[bar] ) + foo[bar?] bar? ( foo[bar] ) !bar? ( foo ) + foo[-bar?] bar? ( foo ) !bar? ( foo[-bar] ) + foo[bar=] bar? ( foo[bar] ) !bar? ( foo[-bar] ) + foo[bar!=] bar? ( foo[-bar] ) !bar? ( foo[bar] ) """ tokens = [] -- cgit v1.2.3-1-g7c22