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 CC42D1381F3 for ; Wed, 15 May 2013 13:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CA4FE07F7; Wed, 15 May 2013 13:17:14 +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 17171E07F7 for ; Wed, 15 May 2013 13:17:14 +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 DD84C33BF0D for ; Wed, 15 May 2013 13:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 35516E5308 for ; Wed, 15 May 2013 13:17:11 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1368623487.bcd3510642eb31549aaed5ab0102abccf120c867.djc@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/variables/text.xml X-VCS-Directories: ebuild-writing/variables/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: bcd3510642eb31549aaed5ab0102abccf120c867 X-VCS-Branch: master Date: Wed, 15 May 2013 13:17:11 +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: a417d340-d6bc-405b-8f26-dc297cfe5f6f X-Archives-Hash: 9312103587de5743ea809897eb4d752b commit: bcd3510642eb31549aaed5ab0102abccf120c867 Author: Dirkjan Ochtman gentoo org> AuthorDate: Wed May 15 13:11:27 2013 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Wed May 15 13:11:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=bcd35106 Mention REQUIRED_USE in ebuild-defined variables list. --- ebuild-writing/variables/text.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index 5268af2..b3c5fb4 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -183,6 +183,14 @@ The following variables may or must be defined by every ebuild. + REQUIRED_USE + + A list of assertions that must be met by the configuration of + USE flags to be valid for this ebuild. (Requires + EAPI>=4.) + + + RESTRICT A space-delimited list of portage features to restrict.