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 E5002138335 for ; Sat, 21 Dec 2019 05:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A517BE08FA; Sat, 21 Dec 2019 05:20:01 +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 120F5E08FC for ; Sat, 21 Dec 2019 05:20:00 +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 AD27334D2B0 for ; Sat, 21 Dec 2019 05:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3655F97A for ; Sat, 21 Dec 2019 05:19:58 +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: <1576905497.e6410dc5f785ebe65ea5231863d9beadf8d38ae0.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/dependencies/ X-VCS-Repository: proj/devmanual X-VCS-Files: general-concepts/dependencies/text.xml X-VCS-Directories: general-concepts/dependencies/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e6410dc5f785ebe65ea5231863d9beadf8d38ae0 X-VCS-Branch: master Date: Sat, 21 Dec 2019 05:19:58 +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: 596e0ac7-9d1d-427a-b30b-7d4ac1efca2b X-Archives-Hash: e3456ed6f1462ebfa68a9c40b0a2a957 commit: e6410dc5f785ebe65ea5231863d9beadf8d38ae0 Author: Göktürk Yüksek gentoo org> AuthorDate: Sat Dec 21 04:39:56 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 21 05:18:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e6410dc5 general-concepts/dependencies: remove incorrect indentation in

Signed-off-by: Göktürk Yüksek gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> general-concepts/dependencies/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml index d1d6db2..0c0327a 100644 --- a/general-concepts/dependencies/text.xml +++ b/general-concepts/dependencies/text.xml @@ -6,8 +6,8 @@

- Automatic dependency resolution is one of the most useful features provided by - emerge. +Automatic dependency resolution is one of the most useful features +provided by emerge.