From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1041547-garchives=archives.gentoo.org@lists.gentoo.org>
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 26DF4138334
	for <garchives@archives.gentoo.org>; Sun, 12 Aug 2018 02:31:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C5ABDE078A;
	Sun, 12 Aug 2018 02:31:35 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 9C01BE078A
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Aug 2018 02:31:35 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 17B4A335CA3
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Aug 2018 02:31:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 65F723A3
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Aug 2018 02:31:31 +0000 (UTC)
From: "Zac Medico" <zmedico@gentoo.org>
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" <zmedico@gentoo.org>
Message-ID: <1534040089.4673c7b0fdf1790c7d7c525fc5f59141ef224b9c.zmedico@gentoo>
Subject: [gentoo-commits] proj/portage:master commit in: /
X-VCS-Repository: proj/portage
X-VCS-Files: RELEASE-NOTES setup.py
X-VCS-Directories: /
X-VCS-Committer: zmedico
X-VCS-Committer-Name: Zac Medico
X-VCS-Revision: 4673c7b0fdf1790c7d7c525fc5f59141ef224b9c
X-VCS-Branch: master
Date: Sun, 12 Aug 2018 02:31:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 57e08572-d19f-49d6-b7e9-b986fb80c422
X-Archives-Hash: f208d8c3c1c91884418e371640379a73

commit:     4673c7b0fdf1790c7d7c525fc5f59141ef224b9c
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 12 02:14:49 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Aug 12 02:14:49 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=4673c7b0

Updates for portage-2.3.46 release

 RELEASE-NOTES | 8 ++++++++
 setup.py      | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index bda514fdb..0e736b816 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,14 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.46
+==================================
+* Bug Fixes:
+    - Bug 630292 use gxargs for USERLAND=BSD
+    - Bug 661006 SYSROOT InvalidLocation exception for binary package
+    - Bug 663278 map RESTRICT=test to USE=-test
+
+
 portage-2.3.45
 ==================================
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 7cb4e2eb7..8844b7fd7 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
 	name = 'portage',
-	version = '2.3.45',
+	version = '2.3.46',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',