From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S2mIe-0005yJ-RW for garchives@archives.gentoo.org; Wed, 29 Feb 2012 16:22:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D73E0941; Wed, 29 Feb 2012 16:22:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E2F0EE092E for ; Wed, 29 Feb 2012 16:22:36 +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 362081B4018 for ; Wed, 29 Feb 2012 16:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F0D8CE53FE for ; Wed, 29 Feb 2012 16:22:34 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1330442856.b1ab683651afe8e95acc312e26488129892aa155.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: b1ab683651afe8e95acc312e26488129892aa155 X-VCS-Branch: master Date: Wed, 29 Feb 2012 16:22:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d4f4dfbd-0d38-4c44-b6a6-a03d4d35bae7 X-Archives-Hash: 0aa7efdbd7306b0eaaea5c59b066eb5e commit: b1ab683651afe8e95acc312e26488129892aa155 Author: Mike Frysinger gentoo org> AuthorDate: Tue Feb 28 15:27:36 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Feb 28 15:27:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/crossdev.git;= a=3Dcommit;h=3Db1ab6836 crossdev: use "kernel" in --show-target-cfg The command line flag is --kernel, so the config output should match that= . Signed-off-by: Mike Frysinger gentoo.org> --- crossdev | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/crossdev b/crossdev index 27f0a1c..50a523e 100755 --- a/crossdev +++ b/crossdev @@ -542,7 +542,7 @@ show_target_cfg() { pkgs=3D( binutils B gcc G - headers K + kernel K libc L ) ex_gdb && pkgs+=3D( gdb D )