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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CB4215808E for ; Mon, 25 Apr 2022 16:50:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 632B6E0817; Mon, 25 Apr 2022 16:50:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B657AE0809 for ; Mon, 25 Apr 2022 16:50:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C8FA3418DE for ; Mon, 25 Apr 2022 16:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD1C63F1 for ; Mon, 25 Apr 2022 16:50:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650905398.c5dfd54c70ee948c6e9efad06c2f04a692059671.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/passlib/passlib-1.7.4-r1.ebuild X-VCS-Directories: dev-python/passlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5dfd54c70ee948c6e9efad06c2f04a692059671 X-VCS-Branch: master Date: Mon, 25 Apr 2022 16:50:14 +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: 19f52e06-2bd7-4b04-b8b8-79ab8842dfaf X-Archives-Hash: 96fa947c2460ac1f1e05e850d27f9aa6 commit: c5dfd54c70ee948c6e9efad06c2f04a692059671 Author: Sam James gentoo org> AuthorDate: Mon Apr 25 16:49:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 25 16:49:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dfd54c dev-python/passlib: Keyword 1.7.4-r1 s390, #840413 Signed-off-by: Sam James gentoo.org> dev-python/passlib/passlib-1.7.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/passlib/passlib-1.7.4-r1.ebuild b/dev-python/passlib/passlib-1.7.4-r1.ebuild index d9487fa75f40..b99c6a2ed2d5 100644 --- a/dev-python/passlib/passlib-1.7.4-r1.ebuild +++ b/dev-python/passlib/passlib-1.7.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ HOMEPAGE="https://foss.heptapod.net/python-libs/passlib/wikis/home" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="BSD-2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" SLOT="0" IUSE="doc"