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 8D40D138200 for ; Mon, 17 Sep 2012 12:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C83AAE0602; Mon, 17 Sep 2012 12:19:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9BCBDE05F2 for ; Mon, 17 Sep 2012 12:19:52 +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 04D2E33C99E for ; Mon, 17 Sep 2012 12:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B9961E5448 for ; Mon, 17 Sep 2012 12:19:50 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1347829859.93391d6390ab02ea37bc8c8e0db404b77cedf7d3.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-differences.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 93391d6390ab02ea37bc8c8e0db404b77cedf7d3 X-VCS-Branch: master Date: Mon, 17 Sep 2012 12:19:50 +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: 30a98540-6d0b-4b69-8f6b-810a3979a48d X-Archives-Hash: 23d158e80185c2c7c8e079fe54cad436 commit: 93391d6390ab02ea37bc8c8e0db404b77cedf7d3 Author: Ulrich Müller gentoo org> AuthorDate: Sun Sep 16 11:17:10 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun Sep 16 21:10:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=93391d63 List of EAPI differences: Fix item for stable use masking and forcing. --- eapi-differences.tex | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 90ac8b2..2b28ff2 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -278,8 +278,7 @@ EAPI 4 is EAPI 3 with the following changes: EAPI 5 is EAPI 4 with the following changes: \begin{compactitem} -\item \t{package.use.stable.mask} and \t{package.use.stable.force} can be used to restrict - use flag combinations, \featureref{stablemask} +\item Stable use masking and forcing, \featureref{stablemask}. \item \t{REQUIRED\_USE} now supports \t{??} groups, \featureref{at-most-one-of}. \item Slot operator dependencies, \featureref{slot-operator-deps}. \item \t{SLOT} now supports an optional sub-slot part, \featureref{sub-slot}.