aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2010-07-13 20:10:42 +0300
committerPetteri Räty <betelgeuse@gentoo.org>2010-07-13 20:10:42 +0300
commit95cac8d38c13fa8d860cc3e4b9b17f95f887d041 (patch)
tree38a198dd138f9563246467d317850c5942b93720 /appendices/common-problems
parentDocument eqawarn (diff)
downloaddevmanual-95cac8d38c13fa8d860cc3e4b9b17f95f887d041.tar.gz
devmanual-95cac8d38c13fa8d860cc3e4b9b17f95f887d041.tar.bz2
devmanual-95cac8d38c13fa8d860cc3e4b9b17f95f887d041.zip
Remove references to portageq
portageq is Portage internal and unspecified by PMS. It should not be documented for ebuild usage.
Diffstat (limited to 'appendices/common-problems')
-rw-r--r--appendices/common-problems/text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml
index 3801d8c..b0a7e58 100644
--- a/appendices/common-problems/text.xml
+++ b/appendices/common-problems/text.xml
@@ -64,11 +64,11 @@ in use, there are various alternatives:
</p>
</dd>
<dt>
- <c>has_version</c>, <c>best_version</c>, <c>portageq</c>
+ <c>has_version</c>, <c>best_version</c>
</dt>
<dd>
<p>
- Calls to any of these globally indicates a serious problem. You must <b>not</b>
+ Calls to either of these globally indicates a serious problem. You must <b>not</b>
have metadata varying based upon system-dependent information <d/> see
<uri link="::general-concepts/portage-cache/"/>. You should rewrite your ebuilds
to correctly use dependencies.