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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65AEF1382C5 for ; Thu, 5 Apr 2018 16:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4188DE0822; Thu, 5 Apr 2018 16:57:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1792EE0822 for ; Thu, 5 Apr 2018 16:57:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F095D335C7B for ; Thu, 5 Apr 2018 16:57:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96277279 for ; Thu, 5 Apr 2018 16:57:47 +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: <1522946897.fc07858c8ea68705d46be53783813ab726b27703.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: introduction.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fc07858c8ea68705d46be53783813ab726b27703 X-VCS-Branch: eapi-7 Date: Thu, 5 Apr 2018 16:57:47 +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-Archives-Salt: 523de116-35c8-4085-a553-8ac8ab1ea92f X-Archives-Hash: dac6117e5ea562e74a9e6ed9991a0a34 commit: fc07858c8ea68705d46be53783813ab726b27703 Author: Ulrich Müller gentoo org> AuthorDate: Tue Nov 7 17:21:09 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Apr 5 16:48:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=fc07858c Add chewi to acknowledgements. introduction.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/introduction.tex b/introduction.tex index 5990f86..afbe708 100644 --- a/introduction.tex +++ b/introduction.tex @@ -62,9 +62,10 @@ applicable to tools or other applications that interact with ebuilds or ebuild r Thanks to Mike Kelly (package manager provided utilities, section~\ref{sec:pkg-mgr-commands}), Danny van Dyk (ebuild functions, section~\ref{sec:ebuild-functions}), David Leverton (various sections), Petteri Räty (environment state, section~\ref{sec:ebuild-env-state}), Michał Górny -(various sections), Andreas K. Hüttel (stable use masking, section~\ref{sec:use-masking}) and -Zac Medico (sub-slots, section~\ref{sec:mandatory-vars}) for contributions. Thanks also to -Mike Frysinger and Brian Harring for proof-reading and suggestions for fixes and/or clarification. +(various sections), Andreas K. Hüttel (stable use masking, section~\ref{sec:use-masking}), +Zac Medico (sub-slots, section~\ref{sec:mandatory-vars}) and James Le Cuirot (build dependencies, +section~\ref{sec:ebuild-env-vars}) for contributions. Thanks also to Mike Frysinger and +Brian Harring for proof-reading and suggestions for fixes and/or clarification. % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :