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 8F07715808B for ; Mon, 14 Feb 2022 07:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5ECCE086D; Mon, 14 Feb 2022 07:29:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C9E93E086D for ; Mon, 14 Feb 2022 07:29:49 +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 52593343264 for ; Mon, 14 Feb 2022 07:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C81B12EB for ; Mon, 14 Feb 2022 07:29:45 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1641633182.19011b5efffa577d35daa9dfe32820e3fc04d0a8.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 19011b5efffa577d35daa9dfe32820e3fc04d0a8 X-VCS-Branch: eapi-9 Date: Mon, 14 Feb 2022 07:29:45 +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: 20872378-3257-4995-a643-92d3a86a67ee X-Archives-Hash: ff5e77baee65e381f6945597a64d23e5 commit: 19011b5efffa577d35daa9dfe32820e3fc04d0a8 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 8 09:13:02 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 8 09:13:02 2022 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=19011b5e pkg-mgr-commands.tex: Teletype font for literal string in get_libdir Signed-off-by: Ulrich Müller gentoo.org> pkg-mgr-commands.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 45706af..eb15d64 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -1270,7 +1270,7 @@ has returned. \begin{algorithm} \caption{\t{get_libdir} logic} \label{alg:get-libdir} \begin{algorithmic}[1] -\STATE let libdir=lib +\STATE let libdir=\t{lib} \IF{the ABI environment variable is set} \STATE let libvar=LIBDIR_\$ABI \IF{the environment variable named by libvar is set} 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 237C115808B for ; Mon, 7 Feb 2022 08:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CAB5E07E0; Mon, 7 Feb 2022 08:13:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 883B9E07E0 for ; Mon, 7 Feb 2022 08:13:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 8CBB3342E88 for ; Mon, 7 Feb 2022 08:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21DD6285 for ; Mon, 7 Feb 2022 08:13:15 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1641633182.19011b5efffa577d35daa9dfe32820e3fc04d0a8.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 19011b5efffa577d35daa9dfe32820e3fc04d0a8 X-VCS-Branch: master Date: Mon, 7 Feb 2022 08:13:15 +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: 5f29f339-318c-48c9-91d4-5ed53bc80240 X-Archives-Hash: 66f4b41c62e3626fe02c39bbdad886a9 Message-ID: <20220207081315.p03suVoqd-zbSv4nkn32mjhashf7K6qk2llygc1sRXI@z> commit: 19011b5efffa577d35daa9dfe32820e3fc04d0a8 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 8 09:13:02 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 8 09:13:02 2022 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=19011b5e pkg-mgr-commands.tex: Teletype font for literal string in get_libdir Signed-off-by: Ulrich Müller gentoo.org> pkg-mgr-commands.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 45706af..eb15d64 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -1270,7 +1270,7 @@ has returned. \begin{algorithm} \caption{\t{get_libdir} logic} \label{alg:get-libdir} \begin{algorithmic}[1] -\STATE let libdir=lib +\STATE let libdir=\t{lib} \IF{the ABI environment variable is set} \STATE let libvar=LIBDIR_\$ABI \IF{the environment variable named by libvar is set}