summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2011-01-04 14:02:08 +0100
committerUlrich Mueller <ulm@gentoo.org>2011-01-04 14:10:12 +0100
commit9b37dc5253d6edc98e7fafc8e4a172d0bb352162 (patch)
treedd785c08dff2a260c7de3d4934c481edf889978d /ebuild-vars.tex
parentRemove unused file. (diff)
downloadpms-9b37dc5253d6edc98e7fafc8e4a172d0bb352162.tar.gz
pms-9b37dc5253d6edc98e7fafc8e4a172d0bb352162.tar.bz2
pms-9b37dc5253d6edc98e7fafc8e4a172d0bb352162.zip
SRC_URI may be defined by an eclass.
Diffstat (limited to 'ebuild-vars.tex')
-rw-r--r--ebuild-vars.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-vars.tex b/ebuild-vars.tex
index db4d50d..0af3540 100644
--- a/ebuild-vars.tex
+++ b/ebuild-vars.tex
@@ -45,9 +45,9 @@ All ebuilds must define at least the following variables:
\item[SLOT] The package's slot. Must be a valid slot name, as per section~\ref{sec:slot-names}. May
be defined by an eclass. Must not be empty.
\item[SRC\_URI] A list of source URIs for the package. Valid protocols are \t{http://},
- \t{https://}, \t{ftp://} and \t{mirror://} (see section~\ref{sec:thirdpartymirrors} for mirror behaviour).
- Fetch restricted packages may include URL parts consisting of just a filename. See
- section~\ref{sec:dependencies} for full syntax.
+ \t{https://}, \t{ftp://} and \t{mirror://} (see section~\ref{sec:thirdpartymirrors} for mirror
+ behaviour). Fetch restricted packages may include URL parts consisting of just a filename.
+ May be defined by an eclass. See section~\ref{sec:dependencies} for full syntax.
\end{description}
If any of these variables are undefined, or if any of these variables are set to invalid values,