diff options
-rw-r--r-- | dependencies.rst | 2 | ||||
-rw-r--r-- | tox.ini | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dependencies.rst b/dependencies.rst index c0afb81..21c8b69 100644 --- a/dependencies.rst +++ b/dependencies.rst @@ -195,7 +195,7 @@ only versions having the flag. # BAD: USE=gtk2 is not supported by v2 dev-foo/libfrobnicate[gtk2] - # GOOD: all matching versions have USE=tools + # GOOD: all matching versions have USE=gtk2 <dev-foo/libfrobnicate-2[gtk2] # GOOD: indicate the default dev-foo/libfrobnicate[gtk2(-)] @@ -4,8 +4,9 @@ skipsdist = True [testenv] deps = - sphinx<7 - tyrian-sphinx-theme + sphinx + # until we reclaim the pypi project + git+https://anongit.gentoo.org/git/proj/tyrian-sphinx-theme.git allowlist_externals = make |