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 EA373138334 for ; Sat, 16 Feb 2019 15:08:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2A8EE08A8; Sat, 16 Feb 2019 15:08:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8CD52E08A8 for ; Sat, 16 Feb 2019 15:08:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3B07C335CF2 for ; Sat, 16 Feb 2019 15:08:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A3E1544 for ; Sat, 16 Feb 2019 15:08:36 +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: <1550329704.3ebf24de5cc84c2a3061346f6d84a528c77ffbde.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild X-VCS-Directories: dev-python/pypy-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ebf24de5cc84c2a3061346f6d84a528c77ffbde X-VCS-Branch: master Date: Sat, 16 Feb 2019 15:08:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24e31033-262c-439e-8c21-3a81c04781e9 X-Archives-Hash: f3782089614e70e4104adec79c8213f7 commit: 3ebf24de5cc84c2a3061346f6d84a528c77ffbde Author: Michał Górny gentoo org> AuthorDate: Sat Feb 16 14:40:01 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 16 15:08:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebf24de dev-python/pypy-bin: Update QA_PREBUILT list Signed-off-by: Michał Górny gentoo.org> dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild b/dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild index eff1516e978..717df4a6df8 100644 --- a/dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild +++ b/dev-python/pypy-bin/pypy-bin-7.0.0-r1.ebuild @@ -78,8 +78,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P}-src QA_PREBUILT=" - usr/lib*/pypy/pypy-c - usr/lib*/pypy/libpypy-c.so" + usr/lib/pypy2.7/pypy-c + usr/lib/pypy2.7/libpypy-c.so" src_prepare() { eapply "${FILESDIR}/7.0.0-gentoo-path.patch"