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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 533D415800A for ; Mon, 31 Jul 2023 09:30:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F54DE0BE1; Mon, 31 Jul 2023 09:30:42 +0000 (UTC) Received: from out-121.mta0.migadu.com (out-121.mta0.migadu.com [91.218.175.121]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51A9EE0B5D for ; Mon, 31 Jul 2023 09:30:42 +0000 (UTC) References: <20230730142647.872-1-xgqt@gentoo.org> <20230730142647.872-3-xgqt@gentoo.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=laumann.xyz; s=key1; t=1690795840; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/ApnsywEZfZd2PLaoWhtNxNb4XUDTHBVF1bedxaA3p4=; b=lro5MJat+Z/eBIPx5oLDkiyZBxTR7IJ1cuWEc0NMSj3bppPs6Ug71bpL0KJ5v4iXHTBkZe rsJTLChr4R9T32NjXyPWIXuogmO/rwWnjgMuN0nfSdfPNuhmhoFDU6CcmomF0e39AF/KBY Rd0wZ8vGvoyc0d6uFk5krojMo/iAR3DVnTo2zqt1KAlCwRM3doMhRKrUcSsLLmzbhYM+HA Ayyjy5iuIPEJUi1tFs06jhKcnMAvXZ2K8EStMnJb2C0GjD/TcLJ7/FVbdh7EOxwyDS1ndy xdyBnAYDhhFLBL0NV8EqNhhUanQH31yUXcheiSYk33SKM4a90yx4lCtS+NffHw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thomas Bracht Laumann Jespersen To: gentoo-dev@lists.gentoo.org Cc: Maciej =?utf-8?Q?Bar=C4=87?= Subject: Re: [gentoo-dev] [PATCH 3/7] eclass/dotnet-pkg.eclass: introduce new eclass Date: Mon, 31 Jul 2023 11:20:06 +0200 In-reply-to: <20230730142647.872-3-xgqt@gentoo.org> Message-ID: <87jzugcts3.fsf@laumann.xyz> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 X-Migadu-Flow: FLOW_OUT X-Archives-Salt: c1be9bb3-40e4-47ed-a7c3-3052ac89f189 X-Archives-Hash: 9cce31dbe70da8dcbe58eacff9979fa1 > +EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install EXPORT_FUNCTIONS should go outside the inherit guard (see https://devmanual.gentoo.org/eclass-writing/index.html#export-functions) - unless I'm missing something and there's a specific reason to put it inside. > + > +fi