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 E2AAD1382C5 for ; Sat, 30 Jan 2021 15:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C73DE0B18; Sat, 30 Jan 2021 15:24:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 22A16E0B18 for ; Sat, 30 Jan 2021 15:24:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 140B5340FCA for ; Sat, 30 Jan 2021 15:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C08A34C for ; Sat, 30 Jan 2021 15:24:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1612020273.3a1954b7558ec11fd93b907643f8f1dd63fa8854.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/numeric-int64-multibuild.eclass X-VCS-Directories: eclass/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3a1954b7558ec11fd93b907643f8f1dd63fa8854 X-VCS-Branch: master Date: Sat, 30 Jan 2021 15:24:46 +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: 53d8a021-95f8-4562-99f6-90525eb2c5fc X-Archives-Hash: 5fb19acb7feef237182814a70514ab31 commit: 3a1954b7558ec11fd93b907643f8f1dd63fa8854 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Jan 30 15:24:33 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Jan 30 15:24:33 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3a1954b7 eclass/numeric-int64-multibuild.eclass: fix @ECLASS variable Signed-off-by: Andrew Ammerlaan riseup.net> eclass/numeric-int64-multibuild.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/numeric-int64-multibuild.eclass b/eclass/numeric-int64-multibuild.eclass index 6ed9c1158..9dd23cebf 100644 --- a/eclass/numeric-int64-multibuild.eclass +++ b/eclass/numeric-int64-multibuild.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# @ECLASS: numeric-int64-multilib.eclass +# @ECLASS: numeric-int64-multibuild.eclass # @MAINTAINER: # sci team # @AUTHOR: @@ -9,7 +9,7 @@ # Author: Justin Lecher # @BLURB: Build functions for Fortran multilib int64 multibuild packages # @DESCRIPTION: -# The numeric-int64-multilib.eclass exports USE flags and utility functions +# The numeric-int64-multibuild.eclass exports USE flags and utility functions # necessary to build packages for multilib int64 multibuild in a clean # and uniform manner.