From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 65E3C139694 for ; Sat, 8 Apr 2017 05:42:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A8D5E0824; Sat, 8 Apr 2017 05:42:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51440E0824 for ; Sat, 8 Apr 2017 05:42:52 +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 228AF34167A for ; Sat, 8 Apr 2017 05:42:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65234743D for ; Sat, 8 Apr 2017 05:42:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1491630164.dedd99246de38f0f0d70b619dfab105765c15458.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/pypy-5.6.0.ebuild dev-python/pypy/pypy-9999.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dedd99246de38f0f0d70b619dfab105765c15458 X-VCS-Branch: master Date: Sat, 8 Apr 2017 05:42:49 +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: 79723dd0-e62d-4f64-8a3e-f0e169aee5cf X-Archives-Hash: d93094f101780c167a02fe705b2ab1e7 commit: dedd99246de38f0f0d70b619dfab105765c15458 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 7 20:03:07 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 8 05:42:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedd9924 dev-python/pypy: Use usession*-0 rather than -current dev-python/pypy/pypy-5.6.0.ebuild | 4 ++-- dev-python/pypy/pypy-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pypy/pypy-5.6.0.ebuild b/dev-python/pypy/pypy-5.6.0.ebuild index 34c1826c856..a6b8dc6a26e 100644 --- a/dev-python/pypy/pypy-5.6.0.ebuild +++ b/dev-python/pypy/pypy-5.6.0.ebuild @@ -171,10 +171,10 @@ src_configure() { } src_compile() { - emake -C "${T}"/usession*-current/testing_1 + emake -C "${T}"/usession*-0/testing_1 # copy back to make sys.prefix happy - cp -p "${T}"/usession*-current/testing_1/{pypy-c,libpypy-c.so} . || die + cp -p "${T}"/usession*-0/testing_1/{pypy-c,libpypy-c.so} . || die pax-mark m pypy-c libpypy-c.so use doc && emake -C pypy/doc html diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild index de566f88e80..4afdf0d346f 100644 --- a/dev-python/pypy/pypy-9999.ebuild +++ b/dev-python/pypy/pypy-9999.ebuild @@ -177,10 +177,10 @@ src_configure() { } src_compile() { - emake -C "${T}"/usession*-current/testing_1 + emake -C "${T}"/usession*-0/testing_1 # copy back to make sys.prefix happy - cp -p "${T}"/usession*-current/testing_1/{pypy-c,libpypy-c.so} . || die + cp -p "${T}"/usession*-0/testing_1/{pypy-c,libpypy-c.so} . || die pax-mark m pypy-c libpypy-c.so use doc && emake -C pypy/doc html