diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-24 23:25:49 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-09-29 12:05:29 +0200 |
commit | 6d6e6da3638bfa8a88fd10e035ca8f08edf9d6ec (patch) | |
tree | 0cce510241b0f2871473bfa69ae0d66eb6c5371c | |
parent | Delete redundant sentence in at-most-one-of dependency. (diff) | |
download | pms-6d6e6da3638bfa8a88fd10e035ca8f08edf9d6ec.tar.gz pms-6d6e6da3638bfa8a88fd10e035ca8f08edf9d6ec.tar.bz2 pms-6d6e6da3638bfa8a88fd10e035ca8f08edf9d6ec.zip |
dependencies: Add extra vert spacing in phase-dep table
Add additional vertical space between rows of the 'Dependency classes
required to be satisfied for a particular phase function' to improve
readbility. For all but the last row, the phase function cell spans
multiple lines while the dependency class cell is one line only. Without
the extra spacing, it is not apparent at a first glance whether
a particular phase function uses dependencies above or below it.
-rw-r--r-- | dependencies.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dependencies.tex b/dependencies.tex index 21eeba5..51455d0 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -13,11 +13,14 @@ \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) \\ + \addlinespace \t{src_unpack}, \t{src_prepare}, \t{src_configure}, \t{src_compile}, \t{src_test}, \t{src_install} & \t{DEPEND} \\ + \addlinespace \t{pkg_preinst}, \t{pkg_postinst}, \t{pkg_prerm}, \t{pkg_postrm} & \t{RDEPEND} (unless the particular dependency results in a circular dependency, in which case it may be installed later) \\ + \addlinespace \t{pkg_config} & \t{RDEPEND}, \t{PDEPEND} \\ \bottomrule \end{tabular} |