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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D8431382C5 for ; Tue, 13 Feb 2018 16:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF351E0CF3; Tue, 13 Feb 2018 16:47:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA1B9E0CF3 for ; Tue, 13 Feb 2018 16:47:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F249335C3C for ; Tue, 13 Feb 2018 16:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5EBC1DB for ; Tue, 13 Feb 2018 16:47:54 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1518540433.2e4e9c6914c6198fd50b935989034d389053d6aa.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/virtuals/ X-VCS-Repository: proj/devmanual X-VCS-Files: general-concepts/virtuals/text.xml X-VCS-Directories: general-concepts/virtuals/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 2e4e9c6914c6198fd50b935989034d389053d6aa X-VCS-Branch: master Date: Tue, 13 Feb 2018 16:47:54 +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-Archives-Salt: acb1d0c0-a4eb-4106-9610-0fa677e26193 X-Archives-Hash: 4fe88ec61767d3d379b6ac7c38dc73b3 commit: 2e4e9c6914c6198fd50b935989034d389053d6aa Author: Göktürk Yüksek gentoo org> AuthorDate: Tue Feb 13 16:47:13 2018 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Tue Feb 13 16:47:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2e4e9c69 general-concepts/virtuals: s/clean choice/a clean choice/ general-concepts/virtuals/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general-concepts/virtuals/text.xml b/general-concepts/virtuals/text.xml index ff4995a..8eb9675 100644 --- a/general-concepts/virtuals/text.xml +++ b/general-concepts/virtuals/text.xml @@ -144,7 +144,7 @@ RDEPEND="dev-libs/newfoo:0/1" In this case, the package manager will naturally want to upgrade to dev-libs/newfoo whenever possible. Therefore, this solution -is not viable if clean choice between the two providers is desired. +is not viable if a clean choice between the two providers is desired.