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 EF2301581C1 for ; Sat, 6 Jul 2024 10:34:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45D15E2A48; Sat, 6 Jul 2024 10:34:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E73FE2A48 for ; Sat, 6 Jul 2024 10:34:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B15C342F8E for ; Sat, 6 Jul 2024 10:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E27B63A1 for ; Sat, 6 Jul 2024 10:34:08 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1720262031.e51e433fb53b6525ff8d7d0c2f791d30a7559325.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/lgrind/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/lgrind/lgrind-3.67-r4.ebuild X-VCS-Directories: dev-tex/lgrind/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e51e433fb53b6525ff8d7d0c2f791d30a7559325 X-VCS-Branch: master Date: Sat, 6 Jul 2024 10:34:08 +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: 96079bd7-f4e2-48f7-af49-9653b5a649bd X-Archives-Hash: 14ceda0f3b5751b0e174d7393e513f95 commit: e51e433fb53b6525ff8d7d0c2f791d30a7559325 Author: Florian Schmaus gentoo org> AuthorDate: Sat Jul 6 10:33:51 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Jul 6 10:33:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51e433f dev-tex/lgrind: fix ebuild variable order Signed-off-by: Florian Schmaus gentoo.org> dev-tex/lgrind/lgrind-3.67-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/lgrind/lgrind-3.67-r4.ebuild b/dev-tex/lgrind/lgrind-3.67-r4.ebuild index e6dd54f267f3..3c28480e5a9a 100644 --- a/dev-tex/lgrind/lgrind-3.67-r4.ebuild +++ b/dev-tex/lgrind/lgrind-3.67-r4.ebuild @@ -13,11 +13,11 @@ SRC_URI=" https://salsa.debian.org/debian/lgrind/-/raw/dbf049621a61720c8350c37659cf6537ac3893a9/debian/patches/texlive-2020.patch -> lgrind-3.67-fix-begin-document.patch " +S="${WORKDIR}/${PN}" LICENSE="BSD LGrind-Jacobson" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" -S="${WORKDIR}/${PN}" IUSE="examples"