commit: 13d3447c0847c11077316a7e2a3d436162a7d901
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 12:58:33 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May 18 12:58:33 2024 +0000
URL: https://gitweb.gentoo.org/proj/policy-guide.git/commit/?id=13d3447c
dependencies: Fix a typo in PG 0021
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dependencies.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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(-)]