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 067AD139355 for ; Wed, 11 Aug 2021 18:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC772E07B3; Wed, 11 Aug 2021 18:59:18 +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 96EC8E07B3 for ; Wed, 11 Aug 2021 18:59:18 +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 431A2342DFC for ; Wed, 11 Aug 2021 18:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D9FE7BD for ; Wed, 11 Aug 2021 18:59:15 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628708348.e2bffa60d44ae5c930b35804d09cfab905d2a279.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/python-2.7.18_p11.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e2bffa60d44ae5c930b35804d09cfab905d2a279 X-VCS-Branch: master Date: Wed, 11 Aug 2021 18:59:15 +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: 78d816d6-6c05-4bb6-8e85-202fd1ca010b X-Archives-Hash: 246e72d1afaa3288727c2be15923bc5b commit: e2bffa60d44ae5c930b35804d09cfab905d2a279 Author: Marek Szuba gentoo org> AuthorDate: Wed Aug 11 18:55:05 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Aug 11 18:59:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bffa60 dev-lang/python: keyword 2.7.18_p11 for ~riscv Doesn't work with two-level libdirs but on a profile with only one level it builds, tests and installs fine. Signed-off-by: Marek Szuba gentoo.org> dev-lang/python/python-2.7.18_p11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python-2.7.18_p11.ebuild b/dev-lang/python/python-2.7.18_p11.ebuild index e0d18d127c8..0faa723153a 100644 --- a/dev-lang/python/python-2.7.18_p11.ebuild +++ b/dev-lang/python/python-2.7.18_p11.ebuild @@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="PSF-2" SLOT="${PYVER}" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline +sqlite +ssl +threads tk +wide-unicode wininst +xml" # Do not add a dependency on dev-lang/python to this ebuild.