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 E42571396D0 for ; Fri, 29 Sep 2017 10:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 467092BC026; Fri, 29 Sep 2017 10:07:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 26BA62BC026 for ; Fri, 29 Sep 2017 10:07:23 +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 CABD1341772 for ; Fri, 29 Sep 2017 10:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 090A69093 for ; Fri, 29 Sep 2017 10:07:20 +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: <1506679614.a941cc21bb5a853c18dcc47a53121d3f57fbdc19.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a941cc21bb5a853c18dcc47a53121d3f57fbdc19 X-VCS-Branch: master Date: Fri, 29 Sep 2017 10:07:20 +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: 6dc02acb-4841-44e2-9734-af23071a1d09 X-Archives-Hash: 11c0b2086cbf986a475f0178ac2c5a24 commit: a941cc21bb5a853c18dcc47a53121d3f57fbdc19 Author: Ulrich Müller gentoo org> AuthorDate: Fri Sep 29 10:06:54 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Sep 29 10:06:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=a941cc21 Fix wasteful layout of dependency classes table. dependencies.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index 51455d0..1aea135 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -6,13 +6,13 @@ \begin{centertable}{Dependency classes required to be satisfied for a particular phase function} \label{tab:phase-function-dependency-classes} - \begin{tabular}{P{7.5em} P{0.7\textwidth}} + \begin{tabular}{P{13.5em} P{0.6\textwidth}} \toprule \multicolumn{1}{c}{\textbf{Phase function}} & \multicolumn{1}{c}{\textbf{Satisfied dependency classes}} \\ \midrule \t{pkg_pretend}, \t{pkg_setup}, \t{pkg_info}, \t{pkg_nofetch} & - None (ebuilds can rely only on the packages in the system set) \\ + None (ebuilds can rely only on the packages in the system~set) \\ \addlinespace \t{src_unpack}, \t{src_prepare}, \t{src_configure}, \t{src_compile}, \t{src_test}, \t{src_install} & \t{DEPEND} \\