From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 7F5B8138350 for ; Sat, 28 Mar 2020 19:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB206E0A6D; Sat, 28 Mar 2020 19:54:55 +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 9B2D8E0A6D for ; Sat, 28 Mar 2020 19:54:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6435734F6BD for ; Sat, 28 Mar 2020 19:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08A35162 for ; Sat, 28 Mar 2020 19:54:52 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1585425287.1a687fd280c3d33cbf7ef99cd6f96fda95039c75.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/, eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/multilib.eclass eclass/tests/multilib.sh X-VCS-Directories: eclass/ eclass/tests/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1a687fd280c3d33cbf7ef99cd6f96fda95039c75 X-VCS-Branch: master Date: Sat, 28 Mar 2020 19:54:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 177c5ccf-62e7-435a-be6b-72f7bbe9de78 X-Archives-Hash: 375152bda5401d16a3ab0d096a6653ee commit: 1a687fd280c3d33cbf7ef99cd6f96fda95039c75 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 28 19:53:49 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 28 19:54:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a687fd2 eclass/multilib.eclass: update copyright and fix typos Reported-by: Mike Gilbert Signed-off-by: Sergei Trofimovich gentoo.org> eclass/multilib.eclass | 2 +- eclass/tests/multilib.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index 8b4a7dacaa3..bbaab709b4f 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: multilib.eclass diff --git a/eclass/tests/multilib.sh b/eclass/tests/multilib.sh index 68c0dd6e142..a483d4bef36 100755 --- a/eclass/tests/multilib.sh +++ b/eclass/tests/multilib.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2020 Gentoo Foundation +# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 source tests-common.sh @@ -46,7 +46,7 @@ test-multilib_env() { fi } -# Pick a few interesting gargets from: +# Pick a few interesting targets from: # $ grep -h -o -R 'CHOST=.*' ../../profiles/ | sort -u test-multilib_env \