From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 748ED158004 for ; Sat, 18 May 2024 12:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AF842BC01A; Sat, 18 May 2024 12:59:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DEC32BC01A for ; Sat, 18 May 2024 12:59:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98779335D6D for ; Sat, 18 May 2024 12:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1CA71626 for ; Sat, 18 May 2024 12:59:03 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1716037113.13d3447c0847c11077316a7e2a3d436162a7d901.ulm@gentoo> Subject: [gentoo-commits] proj/policy-guide:master commit in: / X-VCS-Repository: proj/policy-guide X-VCS-Files: dependencies.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 13d3447c0847c11077316a7e2a3d436162a7d901 X-VCS-Branch: master Date: Sat, 18 May 2024 12:59:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1c06ea3-4f28-4b93-a1f6-62c69b58e993 X-Archives-Hash: ea5fdce934c48ffa96c64beceb0b7b08 commit: 13d3447c0847c11077316a7e2a3d436162a7d901 Author: Ulrich Müller gentoo org> AuthorDate: Sat May 18 12:58:33 2024 +0000 Commit: Ulrich Müller gentoo 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 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