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 589E8138334 for ; Sat, 16 Feb 2019 15:08:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76BC9E08BF; Sat, 16 Feb 2019 15:08:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4E1B2E08BF for ; Sat, 16 Feb 2019 15:08:42 +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 123AE335CF5 for ; Sat, 16 Feb 2019 15:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85EA3547 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: <1550329706.3b63abddeb159c88988a40aabe4cd11e62ddb66e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild X-VCS-Directories: dev-python/pypy3-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3b63abddeb159c88988a40aabe4cd11e62ddb66e 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: d6b3363a-ecf3-4e17-8a1d-b281608d2c55 X-Archives-Hash: 23ff2b0eca05a1319afbd9c3da77b79a commit: 3b63abddeb159c88988a40aabe4cd11e62ddb66e Author: Michał Górny gentoo org> AuthorDate: Sat Feb 16 14:46:26 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 16 15:08:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b63abdd dev-python/pypy3-bin: Update QA_PREBUILT list Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild b/dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild index 94c2fed28bf..40b97d565ac 100644 --- a/dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild +++ b/dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild @@ -61,8 +61,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P}-src QA_PREBUILT=" - usr/lib*/pypy3/pypy3-c - usr/lib*/pypy3/libpypy3-c.so" + usr/lib/pypy3.5/pypy3-c + usr/lib/pypy3.5/libpypy3-c.so" src_prepare() { eapply "${FILESDIR}/7.0.0-gentoo-path.patch"