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 D4421138334 for ; Sat, 30 Jun 2018 14:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE683E0908; Sat, 30 Jun 2018 14:45:34 +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 AF45AE0908 for ; Sat, 30 Jun 2018 14:45:34 +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 EC1C4335CC9 for ; Sat, 30 Jun 2018 14:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B94B3355 for ; Sat, 30 Jun 2018 14:45:29 +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: <1530369898.8b992d003b77a5770a2069e8bd5c063292c94546.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-magic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-magic/python-magic-0.4.15.ebuild X-VCS-Directories: dev-python/python-magic/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8b992d003b77a5770a2069e8bd5c063292c94546 X-VCS-Branch: master Date: Sat, 30 Jun 2018 14:45:29 +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: bc29db9c-bda1-43b7-86e0-b3c15aae2a05 X-Archives-Hash: 2fe938104c14c50126b69e3716814065 commit: 8b992d003b77a5770a2069e8bd5c063292c94546 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 30 13:01:50 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 30 14:44:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b992d00 dev-python/python-magic: stable 0.4.15 for ia64, bug #658828 Bug: https://bugs.gentoo.org/658828 Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" dev-python/python-magic/python-magic-0.4.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-magic/python-magic-0.4.15.ebuild b/dev-python/python-magic/python-magic-0.4.15.ebuild index ce7526237ac..6355f61d495 100644 --- a/dev-python/python-magic/python-magic-0.4.15.ebuild +++ b/dev-python/python-magic/python-magic-0.4.15.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ~x86" +KEYWORDS="amd64 ~hppa ia64 ~x86" IUSE="" RDEPEND="sys-apps/file[-python]"