aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2015-04-21 17:21:10 -0700
committerBrian Dolbec <dolsen@gentoo.org>2015-04-21 17:22:52 -0700
commit36f6378522faff389eb94ac1111936e3328a6688 (patch)
tree75f0288239201a267b281f6e9367f7b8b44ac89e /bin/phase-helpers.sh
parentUseManager: handle newlines for USE_EXPAND prefixes (bug 546512) (diff)
downloadportage-36f6378522faff389eb94ac1111936e3328a6688.tar.gz
portage-36f6378522faff389eb94ac1111936e3328a6688.tar.bz2
portage-36f6378522faff389eb94ac1111936e3328a6688.zip
Update best_version() docstrings
Original pull request by yaccz: https://github.com/gentoo/portage/pull/10 We ended up with a slightly different message.
Diffstat (limited to 'bin/phase-helpers.sh')
-rw-r--r--bin/phase-helpers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index 47ca060f8..efd2cfa58 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -884,7 +884,7 @@ has_version() {
# @FUNCTION: best_version
# @USAGE: [--host-root] <DEPEND ATOM>
# @DESCRIPTION:
-# Returns the best/most-current match.
+# Returns highest installed matching category/package-version (without .ebuild).
# Callers may override the ROOT variable in order to match packages from an
# alternative ROOT.
best_version() {