From 489f8b9604ea837e150553d9189313d770353363 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Wed, 20 Feb 2008 13:30:54 +0000 Subject: Must warn or error on bad PDS --- dependencies.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dependencies.tex') diff --git a/dependencies.tex b/dependencies.tex index e60aa44..236cc6d 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -50,7 +50,8 @@ In particular, note that whitespace is not optional. \subsection{Package Dependency Specifications} -A package dependency can be in one of the following base formats: +A package dependency can be in one of the following base formats. A package manager must warn or +error on non-compliant input. \begin{bulletlist} \item A simple \t{category/package} name. @@ -59,7 +60,7 @@ A package dependency can be in one of the following base formats: \end{bulletlist} In EAPI 1, either of the above formats may additionally be suffixed by a \t{:slot} -restriction. +restriction. A package manager must warn or error if slot dependencies are used with EAPI 0. The following operators are available: -- cgit v1.2.3-65-gdbad