From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7D92A13800E for ; Mon, 30 Jul 2012 03:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 364AF21C005; Mon, 30 Jul 2012 03:01:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 04C6821C005 for ; Mon, 30 Jul 2012 03:01:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 614101B400F for ; Mon, 30 Jul 2012 03:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D219EE5433 for ; Mon, 30 Jul 2012 03:01:44 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1343617107.e1e09a9a671c9c7c55a0e853d4f562472f8332f0.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: e1e09a9a671c9c7c55a0e853d4f562472f8332f0 X-VCS-Branch: master Date: Mon, 30 Jul 2012 03:01:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 60a887d3-4e65-4987-9293-38f2fbeaf9e4 X-Archives-Hash: cb4ddb69031a5bd85ec7d8785e43a356 commit: e1e09a9a671c9c7c55a0e853d4f562472f8332f0 Author: Mike Frysinger gentoo org> AuthorDate: Mon Jul 30 02:58:27 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Jul 30 02:58:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=e1e09a9a crossdev: fix overlay selection documentation The code picks the first overlay to store its code, not the last. Fix up the documentation to match reality. URL: https://bugs.gentoo.org/428420 Reported-by: W. Trevor King tremily.us> Signed-off-by: Mike Frysinger gentoo.org> --- crossdev | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crossdev b/crossdev index 7073ab6..b90cf60 100755 --- a/crossdev +++ b/crossdev @@ -62,7 +62,7 @@ Overlay Options: ${GOOD}-oS, --overlays${NORMAL} list Space delimited list of overlays to search [default: \${PORTDIR_OVERLAY}] ${GOOD}-oO, --ov-output${NORMAL} path Overlay to write crossdev package links - [default: last from --overlays list] + [default: first from --overlays list] ${GOOD}-ob, --ov-binutils${NORMAL} path Overlay for binutils ebuilds [default: search] ${GOOD}-od, --ov-gdb${NORMAL} path Overlay for gdb ebuilds [default: search] ${GOOD}-og, --ov-gcc${NORMAL} path Overlay for gcc ebuilds [default: search] @@ -295,7 +295,7 @@ setup_portage_vars() { : ${SEARCH_OVERLAYS:=${PORTDIR_OVERLAY}} # see if user told us where to write things, otherwise - # install our stuff to the last overlay in the list + # install our stuff to the first overlay in the list : ${CROSSDEV_OVERLAY:=${SEARCH_OVERLAYS}} CROSSDEV_OVERLAY=${CROSSDEV_OVERLAY%% *}