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 05DAD138331 for ; Wed, 7 Sep 2016 17:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 575C921C293; Wed, 7 Sep 2016 17:11:07 +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 82C2F21C2CB for ; Wed, 7 Sep 2016 17:11:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60F77340997 for ; Wed, 7 Sep 2016 17:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08315247C for ; Wed, 7 Sep 2016 17:11:03 +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: <1473268255.6d94b5a893830908abad783756b1b51a2953e973.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy/pypy-5.4.0-r1.ebuild virtual/pypy/pypy-5.4.0.ebuild X-VCS-Directories: virtual/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6d94b5a893830908abad783756b1b51a2953e973 X-VCS-Branch: master Date: Wed, 7 Sep 2016 17:11:03 +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: 0af6034f-4b4c-4182-900d-4dfc1c6bd9c7 X-Archives-Hash: 25a5c4789434366d7f5a7622903e3ced commit: 6d94b5a893830908abad783756b1b51a2953e973 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 7 16:47:23 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 17:10:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d94b5a8 virtual/pypy: Adjust subslot to match ABI ver on 5.4.0 virtual/pypy/{pypy-5.4.0.ebuild => pypy-5.4.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virtual/pypy/pypy-5.4.0.ebuild b/virtual/pypy/pypy-5.4.0-r1.ebuild similarity index 85% rename from virtual/pypy/pypy-5.4.0.ebuild rename to virtual/pypy/pypy-5.4.0-r1.ebuild index 2f5d8d2..c750a44 100644 --- a/virtual/pypy/pypy-5.4.0.ebuild +++ b/virtual/pypy/pypy-5.4.0-r1.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="" SRC_URI="" LICENSE="" -SLOT="0/$(get_version_component_range 1-2 ${PV})" +# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' +SLOT="0/41" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 gdbm ncurses sqlite tk"