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 D20BD1382C5 for ; Mon, 22 Mar 2021 06:48:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F5B1E0828; Mon, 22 Mar 2021 06:48:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E395DE0828 for ; Mon, 22 Mar 2021 06:48:29 +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 C5017335C78 for ; Mon, 22 Mar 2021 06:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FF6546C for ; Mon, 22 Mar 2021 06:48:27 +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: <1616395663.66c40c6d2685b1c8da029ad0519a0d30f7057570.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 66c40c6d2685b1c8da029ad0519a0d30f7057570 X-VCS-Branch: master Date: Mon, 22 Mar 2021 06:48:27 +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: 09b58250-8ae6-444e-9623-e1fd29a583d2 X-Archives-Hash: 4c8d994bf841a717ddaf522815583a36 commit: 66c40c6d2685b1c8da029ad0519a0d30f7057570 Author: Sam James gentoo org> AuthorDate: Mon Mar 22 01:45:27 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Mar 22 06:47:43 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=66c40c6d general-concepts/virtuals: fix typo Closes: https://github.com/gentoo/devmanual/pull/213 Signed-off-by: Sam James gentoo.org> [Fix whitespace] Signed-off-by: Ulrich Müller gentoo.org> 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 377933f..d45c1ff 100644 --- a/general-concepts/virtuals/text.xml +++ b/general-concepts/virtuals/text.xml @@ -34,7 +34,7 @@ RDEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )"

-Looks familar...right? It should since its going to look just like a regular +Looks familar...right? It should since it's going to look just like a regular ebuild.