commit: 83c160c7312faa12173411c4dc652d61c8115d5d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri May 1 11:15:33 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May 1 11:15:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83c160c7
README: Fixup gentoo repo location variable
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 64b922c..a652cbe 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ String variables should be quoted (e.g. not `$P` or `${P}`
but `"${P}"`). `repom
- #### Undesirable/Deprecated dependencies
-Sometimes a upstream lists dependencies which are considered deprecated. If
possible, packages should **not** depend on these deprecated dependencies.
Reasons a dependency might be deprecated is that it is too old, unmaintained,
or the features it adds are not useful to Gentoo. You can find an overview of
the currently deprecated dependencies and the reason they are deprecated in
`${Gentoo_repo_dir}/profiles/package.deprecated`. `repoman -dx full` will warn
you if your package depends on a deprecated dependency.
+Sometimes a upstream lists dependencies which are considered deprecated. If
possible, packages should **not** depend on these deprecated dependencies.
Reasons a dependency might be deprecated is that it is too old, unmaintained,
or the features it adds are not useful to Gentoo. You can find an overview of
the currently deprecated dependencies and the reason they are deprecated in
`$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx
full` will warn you if your package depends on a deprecated dependency.
For Python packages there are some additional (test) dependencies that are
considered undesirable or not useful, but are not considered deprecated. You
can find an overview of those
[here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests).