From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-863829-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 8AFB51388BF
	for <garchives@archives.gentoo.org>; Wed, 17 Feb 2016 13:12:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 839DDE086A;
	Wed, 17 Feb 2016 13:12:04 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 30C60E086A
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Feb 2016 13:12:04 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0A7D9340ADB
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Feb 2016 13:12:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CBEA314AC
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Feb 2016 13:12:00 +0000 (UTC)
From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1455714567.6cb7a9ce7b51dbc2eab4c13c538a343b27c68d9f.jlec@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-log/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/oslo-log/oslo-log-1.10.0.ebuild
X-VCS-Directories: dev-python/oslo-log/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 6cb7a9ce7b51dbc2eab4c13c538a343b27c68d9f
X-VCS-Branch: master
Date: Wed, 17 Feb 2016 13:12:00 +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: 2598b62c-6d4d-4e8a-bf09-a864e824ad83
X-Archives-Hash: 0067d92ff3fa5dac0dd66e62e1eed6b9

commit:     6cb7a9ce7b51dbc2eab4c13c538a343b27c68d9f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 13:09:27 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 13:09:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb7a9ce

dev-python/oslo-log: Sort global scope

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=574950

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/oslo-log/oslo-log-1.10.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/oslo-log/oslo-log-1.10.0.ebuild b/dev-python/oslo-log/oslo-log-1.10.0.ebuild
index bde456c..a1807ca 100644
--- a/dev-python/oslo-log/oslo-log-1.10.0.ebuild
+++ b/dev-python/oslo-log/oslo-log-1.10.0.ebuild
@@ -11,7 +11,6 @@ inherit distutils-r1
 DESCRIPTION="OpenStack logging config library"
 HOMEPAGE="https://pypi.python.org/pypi/oslo.log https://github.com/openstack/oslo.log"
 SRC_URI="mirror://pypi/o/oslo.log/oslo.log-${PV}.tar.gz"
-S="${WORKDIR}/oslo.log-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -50,6 +49,8 @@ DEPEND="
 		dev-python/nose[${PYTHON_USEDEP}]
 	)"
 
+S="${WORKDIR}/oslo.log-${PV}"
+
 python_prepare_all() {
 	sed -i '/^hacking/d' test-requirements.txt || die
 	distutils-r1_python_prepare_all