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 298EA138350
for ; Tue, 7 Apr 2020 09:34:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 45583E0CD4;
Tue, 7 Apr 2020 09:34:46 +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 1F220E0CD4
for ; Tue, 7 Apr 2020 09:34:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
(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 B25CD34F0A4
for ; Tue, 7 Apr 2020 09:34:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A22104
for ; Tue, 7 Apr 2020 09:34:42 +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: <1586252035.d597abebdc99a7bc771bed0dd011fe45ce382bcc.ulm@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/slotting/, tasks-reference/completion/, ebuild-writing/eapi/, ...
X-VCS-Repository: proj/devmanual
X-VCS-Files: ebuild-maintenance/removal/text.xml ebuild-writing/eapi/text.xml ebuild-writing/misc-files/metadata/text.xml general-concepts/slotting/text.xml tasks-reference/completion/text.xml tools-reference/sed/text.xml
X-VCS-Directories: ebuild-maintenance/removal/ general-concepts/slotting/ tasks-reference/completion/ ebuild-writing/eapi/ ebuild-writing/misc-files/metadata/ tools-reference/sed/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: d597abebdc99a7bc771bed0dd011fe45ce382bcc
X-VCS-Branch: master
Date: Tue, 7 Apr 2020 09:34:42 +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: f97c84fd-038f-475f-b0f0-1b9a952ad1a0
X-Archives-Hash: 06585aac0f5159e7510629b6bb8dea1c
commit: d597abebdc99a7bc771bed0dd011fe45ce382bcc
Author: Ulrich Müller gentoo org>
AuthorDate: Tue Apr 7 09:33:55 2020 +0000
Commit: Ulrich Müller gentoo org>
CommitDate: Tue Apr 7 09:33:55 2020 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d597abeb
Remove unnecessary quotation marks.
According to the style guide.
Signed-off-by: Ulrich Müller gentoo.org>
ebuild-maintenance/removal/text.xml | 6 +++---
ebuild-writing/eapi/text.xml | 2 +-
ebuild-writing/misc-files/metadata/text.xml | 2 +-
general-concepts/slotting/text.xml | 4 ++--
tasks-reference/completion/text.xml | 2 +-
tools-reference/sed/text.xml | 8 ++++----
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ebuild-maintenance/removal/text.xml b/ebuild-maintenance/removal/text.xml
index 1d8da69..eabbdaf 100644
--- a/ebuild-maintenance/removal/text.xml
+++ b/ebuild-maintenance/removal/text.xml
@@ -20,9 +20,9 @@ get a newer version marked stable, then please file a bug or ask on IRC.
-You should also not cause an unnecessary downgrade for any "~arch"
-when removing ebuilds instead, it is best to get the newest version
-marked "~arch" first and then remove redundant versions of the ebuild.
+You should also not cause an unnecessary downgrade for any ~arch when
+removing ebuilds instead, it is best to get the newest version marked
+~arch first and then remove redundant versions of the ebuild.