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 564771381F1 for ; Sat, 24 Feb 2018 12:59:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4C9BE0864; Sat, 24 Feb 2018 12:58:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8546AE0864 for ; Sat, 24 Feb 2018 12:58:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C8625335C58 for ; Sat, 24 Feb 2018 12:58:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F333252 for ; Sat, 24 Feb 2018 12:58:48 +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: <1519476924.e21634017ce2cd3f7b63954cd122f315f2b97e40.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: e21634017ce2cd3f7b63954cd122f315f2b97e40 X-VCS-Branch: eapi-7 Date: Sat, 24 Feb 2018 12:58:48 +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: bed41307-8643-483b-974f-17a2c7c9abf8 X-Archives-Hash: 76e3eccbda503ead60f68924725de580 commit: e21634017ce2cd3f7b63954cd122f315f2b97e40 Author: Ulrich Müller gentoo org> AuthorDate: Tue Nov 7 17:21:09 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 24 12:55:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=e2163401 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 :