diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-11 14:02:45 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-01-26 19:42:38 +0100 |
commit | 00d4bf27d309047b5a8a5bf86908a85decd637d5 (patch) | |
tree | 92372acf4c2398afe6222b747310fa9481d19172 | |
parent | deprecation: Eclass deprecation is now indicated in eclassdoc (diff) | |
download | policy-guide-00d4bf27d309047b5a8a5bf86908a85decd637d5.tar.gz policy-guide-00d4bf27d309047b5a8a5bf86908a85decd637d5.tar.bz2 policy-guide-00d4bf27d309047b5a8a5bf86908a85decd637d5.zip |
dependencies: update eutils.eclass into optfeature.eclass
Closes: https://github.com/gentoo/policy-guide/pull/20
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dependencies.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.rst b/dependencies.rst index a1f5177..c0afb81 100644 --- a/dependencies.rst +++ b/dependencies.rst @@ -18,8 +18,8 @@ dependencies is installed. There is no specific preference as to how user should be informed of optional runtime dependencies. Three possible ways are -``optfeature`` from ``eutils`` eclass, ``readme.gentoo-r1`` eclass -and plain ``elog`` messages. +``optfeature`` eclass, ``readme.gentoo-r1`` eclass and plain ``elog`` +messages. *Rationale*: toggling USE flags in order to enable or disable optional runtime dependencies causes needless rebuilds of packages in question. |