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 91976139337 for ; Sun, 1 Aug 2021 02:43:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B7DE094F; Sun, 1 Aug 2021 02:43:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CB575E094F for ; Sun, 1 Aug 2021 02:43:31 +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 01E62342AD9 for ; Sun, 1 Aug 2021 02:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E55744 for ; Sun, 1 Aug 2021 02:43:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627785796.947a4714250dfb5d614bce6ef3689b655f235234.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 947a4714250dfb5d614bce6ef3689b655f235234 X-VCS-Branch: master Date: Sun, 1 Aug 2021 02:43:29 +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: 2969be75-9335-438b-9294-e559c5403fcb X-Archives-Hash: 2eeeaa4121eb940571dd328b1d7e830c commit: 947a4714250dfb5d614bce6ef3689b655f235234 Author: Sam James gentoo org> AuthorDate: Sun Aug 1 02:43:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 1 02:43:16 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=947a4714 ebuild-writing/common-mistakes: rewrap paragraph Signed-off-by: Sam James gentoo.org> ebuild-writing/common-mistakes/text.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index e46a36c..a179ef7 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -386,9 +386,10 @@ 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. +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.