diff options
author | 2013-07-23 16:30:05 +0200 | |
---|---|---|
committer | 2013-07-23 16:30:42 +0200 | |
commit | c9055b8a4cc87a7518710bd7a2ff7a1f57ad97ee (patch) | |
tree | b95e5833998d46a95e5f19f56b847b790aef8f3c | |
parent | roverlay-9999.ebuild: set EGIT_BRANCH (diff) | |
download | R_overlay-c9055b8a4cc87a7518710bd7a2ff7a1f57ad97ee.tar.gz R_overlay-c9055b8a4cc87a7518710bd7a2ff7a1f57ad97ee.tar.bz2 R_overlay-c9055b8a4cc87a7518710bd7a2ff7a1f57ad97ee.zip |
doc/rst: "fix" example 3 in dependency rules
Due to changes in the depresolver, the old example does no longer work.
-rw-r--r-- | doc/rst/usage.rst | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst index df18824..01c3411 100644 --- a/doc/rst/usage.rst +++ b/doc/rst/usage.rst @@ -1230,16 +1230,13 @@ Example 2 - *default* simple rule stub be resolved. See *Selfdep* in `Rule File Syntax`_ for details. Example 3 - *default* simple rule - A rule that matches several *dependency strings* and resolves them - as "sci-libs/gdal and sci-libs/proj": + A rule that matches a *dependency string* and resolves it + as "virtual/blas and virtual/lapack": .. code-block:: text - ( sci-libs/gdal sci-libs/proj ) { - for building from source: GDAL >= 1.3.1 && GDAL < 1.6.0 (until tested) library and PROJ.4 (proj >= 4.4.9) - for building from source: GDAL >= 1.3.1 library and PROJ.4 (proj >= 4.4.9) - for building from source: GDAL >= 1.3.1 library and PROJ.4(proj >= 4.4.9) - for building from source: GDAL >= 1.6.0 library and PROJ.4(proj >= 4.4.9) + ( virtual/blas virtual/lapack ) { + BLAS/LAPACK libraries } Example 4 - *ignore* simple rule |