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 3BEC91382C5 for ; Sun, 27 Dec 2020 12:51:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B9CD2BC092; Sun, 27 Dec 2020 12:51:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2DAED2BC090 for ; Sun, 27 Dec 2020 12:51:21 +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 0646C340E1C for ; Sun, 27 Dec 2020 12:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAF2D48B for ; Sun, 27 Dec 2020 12:51:15 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1609073468.c7983d909eeb2ca2a16920ff18ef796dca72e36d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyaes/pyaes-1.6.1-r2.ebuild X-VCS-Directories: dev-python/pyaes/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c7983d909eeb2ca2a16920ff18ef796dca72e36d X-VCS-Branch: master Date: Sun, 27 Dec 2020 12:51: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: c6373367-7b93-4213-8016-f284866c8f1f X-Archives-Hash: 41d267223c716ff43e4c3f7907ee9b07 commit: c7983d909eeb2ca2a16920ff18ef796dca72e36d Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Dec 27 12:49:43 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Dec 27 12:51:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7983d90 dev-python/pyaes: stable 1.6.1-r2 for hppa stable wrt bug #720552 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pyaes/pyaes-1.6.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyaes/pyaes-1.6.1-r2.ebuild b/dev-python/pyaes/pyaes-1.6.1-r2.ebuild index 1d2c31713f0..d6251a72d02 100644 --- a/dev-python/pyaes/pyaes-1.6.1-r2.ebuild +++ b/dev-python/pyaes/pyaes-1.6.1-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )"