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 A79E7139694 for ; Sun, 21 May 2017 17:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6075121C16C; Sun, 21 May 2017 17:47:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F81621C16C for ; Sun, 21 May 2017 17:47: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 003F73416C8 for ; Sun, 21 May 2017 17:47:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 892E1745F for ; Sun, 21 May 2017 17:47:49 +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: <1495261277.108db50f22ed645a443934a233537a4eb97164a8.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-env-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 108db50f22ed645a443934a233537a4eb97164a8 X-VCS-Branch: master Date: Sun, 21 May 2017 17:47:49 +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: 26975fd2-8b14-40fb-a2b1-ff251aa0c3c1 X-Archives-Hash: d46c2427276e7b0e881d89dc9d9fe175 commit: 108db50f22ed645a443934a233537a4eb97164a8 Author: Ulrich Müller gentoo org> AuthorDate: Sat May 20 06:21:17 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 20 06:21:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=108db50f ebuild-env-vars.tex: Trim table that was too wide. ebuild-env-vars.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 8b43b09..5d42cba 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -239,9 +239,9 @@ variable. \toprule \multicolumn{1}{c}{\textbf{EAPI}} & \multicolumn{1}{c}{\textbf{\t{MERGE_TYPE}?}} & - \multicolumn{1}{c}{\textbf{\t{REPLACING_VERSIONS}?}} & - \multicolumn{1}{c}{\textbf{\t{REPLACED_BY_VERSION}?}} & - \multicolumn{1}{c}{\textbf{\t{EBUILD_PHASE_FUNC}?}} \\ + \multicolumn{1}{P{6em}}{\textbf{\t{REPLACING_VERSIONS}?}} & + \multicolumn{1}{P{6em}}{\textbf{\t{REPLACED_BY_VERSION}?}} & + \multicolumn{1}{P{6em}}{\textbf{\t{EBUILD_PHASE_FUNC}?}} \\ \midrule 0, 1, 2, 3 & No & No & No & No \\ 4 & Yes & Yes & Yes & No \\