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 4ABA0158020 for ; Thu, 10 Nov 2022 07:51:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8096E0964; Thu, 10 Nov 2022 07:50:57 +0000 (UTC) Received: from gmmr-2.centrum.cz (gmmr-2.centrum.cz [IPv6:2a00:da80:1:502::7]) (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 737AAE094A for ; Thu, 10 Nov 2022 07:50:56 +0000 (UTC) Received: from gmmr-2.centrum.cz (localhost [127.0.0.1]) by gmmr-2.centrum.cz (Postfix) with ESMTP id 43F18200C881; Thu, 10 Nov 2022 08:50:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atlas.cz; s=mail; t=1668066655; bh=IxkRGn2LeGSwfsbekb0pP32kV8MMvy8xVBeD/B9fGzo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KO0lChEPll6Gu/o69WaB/8QpOG6bih+SKhtLtUyjJkuJPzDaymin+CCN/t7ceHtaz rHZbsVRxYL6veiZ9Y9OKm7Kgp3SH312KMjZrB3yDOSdnOwUkHC4HyN/AOgFtHjWY8z Gk4Ej5vchZU0IV8t6uta8JS1oDlPn2bZCel5N+VQ= Received: from vm2.excello.cz (vm2.excello.cz [212.24.139.173]) by gmmr-2.centrum.cz (Postfix) with QMQP id 42E6B200C3FF; Thu, 10 Nov 2022 08:50:55 +0100 (CET) Received: from vm2.excello.cz by vm2.excello.cz (VF-Scanner: Clear:RC:0(46.255.225.203):SC:0(-22.0/5.0):CC:0:; processed in 0.2 s); 10 Nov 2022 07:50:55 +0000 X-VF-Scanner-ID: 20221110075055.103137.7663.vm2.excello.cz.0 X-Spam-Status: No, hits=-22.0, required=5.0 Received: from gmmr-1.centrum.cz (46.255.225.203) by out1.virusfree.cz with ESMTPS (TLSv1.3, TLS_AES_256_GCM_SHA384); 10 Nov 2022 08:50:55 +0100 Received: from gm-smtp11.centrum.cz (envoy-stl.cent [10.32.56.18]) by gmmr-1.centrum.cz (Postfix) with ESMTP id 1302148C36; Thu, 10 Nov 2022 08:50:55 +0100 (CET) Received: from arkam (ip-62-245-71-235.bb.vodafone.cz [62.245.71.235]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gm-smtp11.centrum.cz (Postfix) with ESMTPSA id EFD5B100AE2D9; Thu, 10 Nov 2022 08:50:54 +0100 (CET) Date: Thu, 10 Nov 2022 08:50:53 +0100 From: Petr =?utf-8?B?VmFuxJtr?= To: William Hubbs Cc: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Re: [PATCH 0/1] dev-lang/luajit: indentation fixes Message-ID: <2022111075053-Y2ytXTPffv01t1iX-arkamar@atlas.cz> References: <20221103090558.15703-1-arkamar@atlas.cz> 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; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221103090558.15703-1-arkamar@atlas.cz> X-Archives-Salt: adb2bd41-9282-4e92-802a-18ab4d3196ec X-Archives-Hash: 1afbaf8fc7fe60a7f7dc305305979ab4 On Thu, Nov 03, 2022 at 10:05:57AM +0100, Petr Vaněk wrote: > Hi, > > I have found improperly indented dosym call in src_install phase in > luajit ebuilds. Following patch fixes it. Ping