Gentoo Archives: gentoo-dev

From: Sergei Trofimovich <slyfox@g.o>
To: Mike Gilbert <floppym@g.o>
Cc: Gentoo Dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] [PATCH 1/2] eclass/tests: add basic tests for multilib_env() expansion
Date: Sat, 28 Mar 2020 19:56:24
Message-Id: 20200328195616.4da7e91f@sf
In Reply to: Re: [gentoo-dev] [PATCH 1/2] eclass/tests: add basic tests for multilib_env() expansion by Mike Gilbert
1 On Sat, 28 Mar 2020 11:17:42 -0400
2 Mike Gilbert <floppym@g.o> wrote:
3
4 > > --- /dev/null
5 > > +++ b/eclass/tests/multilib.sh
6 > > @@ -0,0 +1,61 @@
7 > > +#!/bin/bash
8 > > +# Copyright 1999-2020 Gentoo Foundation
9 >
10 > This should say "Copyright 2020 Gentoo Authors".
11 ...
12 > > +# Pick a few interesting gargets from:
13 >
14 > Probably a typo: s/gargets/targets/
15
16 God point! Tweaked both as:
17 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a687fd280c3d33cbf7ef99cd6f96fda95039c75
18
19 --
20
21 Sergei