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 9945F158020 for ; Thu, 3 Nov 2022 09:06:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67A73E0A68; Thu, 3 Nov 2022 09:06:13 +0000 (UTC) Received: from gmmr-3.centrum.cz (gmmr-3.centrum.cz [46.255.225.205]) (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 152D0E0A46 for ; Thu, 3 Nov 2022 09:06:12 +0000 (UTC) Received: from gmmr-3.centrum.cz (localhost [127.0.0.1]) by gmmr-3.centrum.cz (Postfix) with ESMTP id 7F3892024FCA; Thu, 3 Nov 2022 10:06:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atlas.cz; s=mail; t=1667466370; bh=nSfsbTIMzhhU6oalp5jHvAlwq5SrQvceULBldbELxuc=; h=From:To:Cc:Subject:Date:From; b=SJb7+ptrhJy4X2w4DghZy6e97qpDhDXbVV/YDY9UBV7p8FmGmnxSQy8MG5VGAiiTE IQn6iW8kuWEPfuv6HtH/tsG/JSUM/LYaw7NG5Mao0v82aVphEwi+bHRgZO8m42I2NS QDIhtyXqiupW+fv5Sz9gJ1pxxsmg5ryru0ovuRio= Received: from vm2.excello.cz (vm2.excello.cz [IPv6:2001:67c:15a0:4000::b]) by gmmr-3.centrum.cz (Postfix) with QMQP id 7E6E5260ACFE; Thu, 3 Nov 2022 10:06:10 +0100 (CET) Received: from vm2.excello.cz by vm2.excello.cz (VF-Scanner: Clear:RC:0(46.255.227.205):SC:0(-0.9/5.0):CC:0:; processed in 0.3 s); 03 Nov 2022 09:06:10 +0000 X-VF-Scanner-ID: 20221103090610.179028.2940.vm2.excello.cz.0 X-Spam-Status: No, hits=-0.9, required=5.0 Received: from gmmr-4.centrum.cz (46.255.227.205) by out1.virusfree.cz with ESMTPS (TLSv1.3, TLS_AES_256_GCM_SHA384); 3 Nov 2022 10:06:10 +0100 Received: from gm-smtp10.centrum.cz (envoy-stl.cent [10.32.56.18]) by gmmr-4.centrum.cz (Postfix) with ESMTP id 25128203554A; Thu, 3 Nov 2022 10:06:10 +0100 (CET) Received: from localhost.localdomain (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-smtp10.centrum.cz (Postfix) with ESMTPSA id C4C06808BB0D; Thu, 3 Nov 2022 10:06:09 +0100 (CET) From: =?UTF-8?q?Petr=20Van=C4=9Bk?= To: William Hubbs Cc: gentoo-dev@lists.gentoo.org, =?UTF-8?q?Petr=20Van=C4=9Bk?= Subject: [gentoo-dev] [PATCH 0/1] dev-lang/luajit: indentation fixes Date: Thu, 3 Nov 2022 10:05:57 +0100 Message-Id: <20221103090558.15703-1-arkamar@atlas.cz> X-Mailer: git-send-email 2.37.4 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-Transfer-Encoding: 8bit X-Archives-Salt: 589bd56d-aebf-4707-8722-70d88f0403c6 X-Archives-Hash: 20115597774cb223720cd98f77f93d17 Hi, I have found improperly indented dosym call in src_install phase in luajit ebuilds. Following patch fixes it. Petr Petr Vaněk (1): dev-lang/luajit: fix indentation in install phase dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild | 2 +- dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.37.4