From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-90844-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E8FCB138350
	for <garchives@archives.gentoo.org>; Sat, 28 Mar 2020 19:56:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D5D45E0AC4;
	Sat, 28 Mar 2020 19:56:21 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 86183E0A6D
	for <gentoo-dev@lists.gentoo.org>; Sat, 28 Mar 2020 19:56:21 +0000 (UTC)
Received: from sf (tunnel547699-pt.tunnel.tserv1.lon2.ipv6.he.net [IPv6:2001:470:1f1c:3e6::2])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: slyfox)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 5721434F6A6;
	Sat, 28 Mar 2020 19:56:20 +0000 (UTC)
Date: Sat, 28 Mar 2020 19:56:16 +0000
From: Sergei Trofimovich <slyfox@gentoo.org>
To: Mike Gilbert <floppym@gentoo.org>
Cc: Gentoo Dev <gentoo-dev@lists.gentoo.org>
Subject: Re: [gentoo-dev] [PATCH 1/2] eclass/tests: add basic tests for
 multilib_env() expansion
Message-ID: <20200328195616.4da7e91f@sf>
In-Reply-To: <CAJ0EP411FucfHBdTDkdO+GBBxvPT14+0mepD7P=uwOv_=Raw0Q@mail.gmail.com>
References: <20200328094043.648161-1-slyfox@gentoo.org>
	<CAJ0EP411FucfHBdTDkdO+GBBxvPT14+0mepD7P=uwOv_=Raw0Q@mail.gmail.com>
X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu)
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Archives-Salt: aa638e98-8ab8-4255-a224-61fbfbd7b521
X-Archives-Hash: 6d03e1e8c9b23c624d3ddff2b6ae9426

On Sat, 28 Mar 2020 11:17:42 -0400
Mike Gilbert <floppym@gentoo.org> wrote:

> > --- /dev/null
> > +++ b/eclass/tests/multilib.sh
> > @@ -0,0 +1,61 @@
> > +#!/bin/bash
> > +# Copyright 1999-2020 Gentoo Foundation  
> 
> This should say "Copyright 2020 Gentoo Authors".
...
> > +# Pick a few interesting gargets from:  
> 
> Probably a typo: s/gargets/targets/

God point! Tweaked both as:
    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a687fd280c3d33cbf7ef99cd6f96fda95039c75

-- 

  Sergei