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 DD7B11381F3 for ; Sat, 18 May 2013 19:22:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 646FCE0818; Sat, 18 May 2013 19:22:10 +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 E759AE0818 for ; Sat, 18 May 2013 19:22:09 +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 01B7533E300 for ; Sat, 18 May 2013 19:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 96E7CE51EF for ; Sat, 18 May 2013 19:22:07 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1368904898.56a3a98637acdf9ad9857df36844695e198acbc4.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: RELEASE-NOTES X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 56a3a98637acdf9ad9857df36844695e198acbc4 X-VCS-Branch: master Date: Sat, 18 May 2013 19:22:07 +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: 5e17f119-b849-4532-8b2a-defd4a77c857 X-Archives-Hash: a25bb65af1070e08d0dd5c5aea79564f commit: 56a3a98637acdf9ad9857df36844695e198acbc4 Author: Zac Medico gentoo org> AuthorDate: Sat May 18 19:21:38 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat May 18 19:21:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=56a3a986 RELEASE-NOTES: ACCEPT_RESTRICT in 2.1.12 --- RELEASE-NOTES | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2b8c674..9c616f1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -12,6 +12,7 @@ portage-2.1.12 ================================== * FEATURES=preserve-libs is enabled by default. +* ACCEPT_RESTRICT variable may be used to mask packages based on RESTRICT. portage-2.1.11 ==================================