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 787A3139083 for ; Sun, 10 Dec 2017 00:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93B25E1127; Sun, 10 Dec 2017 00:32:41 +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 6EDA9E1123 for ; Sun, 10 Dec 2017 00:32:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 79EF933C4EE for ; Sun, 10 Dec 2017 00:32:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F302CAE7F for ; Sun, 10 Dec 2017 00:32:36 +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: <1512865895.76b7ccc5ceea4f3846da4cecb3dc28fb037cbe81.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/m2crypto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/m2crypto/m2crypto-0.26.0.ebuild X-VCS-Directories: dev-python/m2crypto/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 76b7ccc5ceea4f3846da4cecb3dc28fb037cbe81 X-VCS-Branch: master Date: Sun, 10 Dec 2017 00:32: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-Archives-Salt: 45df6fba-40b1-4ac9-9f29-b7286940e3cd X-Archives-Hash: 4a69e0c85c00f930e5f922ee6cce67ec commit: 76b7ccc5ceea4f3846da4cecb3dc28fb037cbe81 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Dec 10 00:31:35 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Dec 10 00:31:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b7ccc5 dev-python/m2crypto: keyworded 0.26.0 for sparc, bug #597744 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" dev-python/m2crypto/m2crypto-0.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/m2crypto/m2crypto-0.26.0.ebuild b/dev-python/m2crypto/m2crypto-0.26.0.ebuild index 3aa19ad1941..ddeeae5c89f 100644 --- a/dev-python/m2crypto/m2crypto-0.26.0.ebuild +++ b/dev-python/m2crypto/m2crypto-0.26.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="libressl"