From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 81188138A6B for ; Sat, 16 Feb 2013 00:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DC20E04BA; Sat, 16 Feb 2013 00:03:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA5E4E03E0 for ; Sat, 16 Feb 2013 00:03:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1DE433D937 for ; Sat, 16 Feb 2013 00:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 76BE9E4073 for ; Sat, 16 Feb 2013 00:03:42 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1360972798.fbc1b8fb9c98d34bdade68a4bbb6b17eba699e74.hwoarang@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/ebuild-maintenance/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/ebuild-maintenance/text.xml X-VCS-Directories: ebuild-writing/ebuild-maintenance/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: fbc1b8fb9c98d34bdade68a4bbb6b17eba699e74 X-VCS-Branch: master Date: Sat, 16 Feb 2013 00:03: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-Archives-Salt: ce534e96-0ab5-46be-8dc0-d9cbff929a01 X-Archives-Hash: bc970a6cf54c4cc65ef949a182758e2a commit: fbc1b8fb9c98d34bdade68a4bbb6b17eba699e74 Author: Markos Chandras gentoo org> AuthorDate: Fri Feb 15 23:59:58 2013 +0000 Commit: Markos Chandras gentoo org> CommitDate: Fri Feb 15 23:59:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=fbc1b8fb ebuild-writing/ebuild-maintainance: Add note about exotic arches. Bug #453378 --- ebuild-writing/ebuild-maintenance/text.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ebuild-writing/ebuild-maintenance/text.xml b/ebuild-writing/ebuild-maintenance/text.xml index 3915476..d056c78 100644 --- a/ebuild-writing/ebuild-maintenance/text.xml +++ b/ebuild-writing/ebuild-maintenance/text.xml @@ -230,6 +230,10 @@ of the massive range of hardware involved, being on the mips alias and having access to a variety of MIPS systems are generally requirements.

+

+Exotic architectures (like alpha, ia64, s390, sh, sparc, hppa, ppc*) are short on manpower, so it's best if you avoid opening stabilization bugs for them unless it is absolutely necessary (eg, a reverse dependency for your package). More about keywording policies can be found in the keywording section. +

+