From 8625d3282ec860b795d75322565a95bb4c2e9673 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 10 Jun 2012 16:18:15 -0700 Subject: dep: remove old "DEPEND SYNTAX" comments --- pym/portage/dep/__init__.py | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'pym/portage/dep') diff --git a/pym/portage/dep/__init__.py b/pym/portage/dep/__init__.py index 4d0c4e288..d2df0425d 100644 --- a/pym/portage/dep/__init__.py +++ b/pym/portage/dep/__init__.py @@ -13,20 +13,6 @@ __all__ = [ '_repo_separator', '_slot_separator', ] -# DEPEND SYNTAX: -# -# 'use?' only affects the immediately following word! -# Nesting is the only legal way to form multiple '[!]use?' requirements. -# -# Where: 'a' and 'b' are use flags, and 'z' is a depend atom. -# -# "a? z" -- If 'a' in [use], then b is valid. -# "a? ( z )" -- Syntax with parenthesis. -# "a? b? z" -- Deprecated. -# "a? ( b? z )" -- Valid -# "a? ( b? ( z ) ) -- Valid -# - import re, sys import warnings from itertools import chain -- cgit v1.2.3-1-g7c22