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 89245139360 for ; Sat, 14 Aug 2021 10:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3EE8E0B06; Sat, 14 Aug 2021 10:00:20 +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 C619EE0B06 for ; Sat, 14 Aug 2021 10:00:20 +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 C5DB6342AB5 for ; Sat, 14 Aug 2021 10:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 399907B2 for ; Sat, 14 Aug 2021 10:00:17 +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: <1628934822.719a4484b8c02dd2d69872c08b76a7cd850ffcff.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/common-mistakes/text.xml X-VCS-Directories: ebuild-writing/common-mistakes/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 719a4484b8c02dd2d69872c08b76a7cd850ffcff X-VCS-Branch: master Date: Sat, 14 Aug 2021 10:00:17 +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: 7e65ea27-3128-4e75-9fd6-806cf87a050b X-Archives-Hash: 1d4b607db612b328e84749dcd9bdf8fb commit: 719a4484b8c02dd2d69872c08b76a7cd850ffcff Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 14 09:53:42 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 14 09:53:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=719a4484 ebuild-writing/common-mistakes: Rewrap a long line Fixes: 947a4714250dfb5d614bce6ef3689b655f235234 Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/common-mistakes/text.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index a179ef7..cd37eb8 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -385,11 +385,11 @@ Make sure when you bump a version, the stable KEYWORDS are all marked as

-Sometimes obsolete USE flags remain in IUSE despite having no function, e.g. a -dependency may have become mandatory but the USE flag remains in IUSE and -*DEPEND. Similarly, eclasses often become redundant due to changes in the ebuild, -or new EAPIs, e.g. eutils.eclass should be obsolete in modern EAPIs. -Remember to prune these. +Sometimes obsolete USE flags remain in IUSE despite having no function, e.g. +a dependency may have become mandatory but the USE flag remains in IUSE and +*DEPEND. Similarly, eclasses often become redundant due to changes in the +ebuild, or new EAPIs, e.g. eutils.eclass should be obsolete in modern +EAPIs. Remember to prune these.