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 5D2CC138336 for ; Wed, 9 Jan 2019 08:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8BF4E0C35; Wed, 9 Jan 2019 08:03:31 +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 C0936E0C35 for ; Wed, 9 Jan 2019 08:03:31 +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 709BF335CCD for ; Wed, 9 Jan 2019 08:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE6C8526 for ; Wed, 9 Jan 2019 08:03:28 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1547021003.9c3b8542a85f3dfb1a0d421a093c606cd929de64.grobian@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-r1.ebuild X-VCS-Directories: dev-python/python-magic/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9c3b8542a85f3dfb1a0d421a093c606cd929de64 X-VCS-Branch: master Date: Wed, 9 Jan 2019 08:03:28 +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: 9d7cf841-a21a-4ee0-bd2d-b35562956e40 X-Archives-Hash: b0a002f73db9cfdd01b43d791f6f2fab commit: 9c3b8542a85f3dfb1a0d421a093c606cd929de64 Author: Fabian Groffen gentoo org> AuthorDate: Wed Jan 9 08:01:44 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Jan 9 08:03:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3b8542 dev-python/python-magic: marked ~amd64-linux Signed-off-by: Fabian Groffen gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/python-magic/python-magic-0.4.15-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-magic/python-magic-0.4.15-r1.ebuild b/dev-python/python-magic/python-magic-0.4.15-r1.ebuild index 5a23238beb2..6ed33e19940 100644 --- a/dev-python/python-magic/python-magic-0.4.15-r1.ebuild +++ b/dev-python/python-magic/python-magic-0.4.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ahupp/python-magic/archive/${PV}.tar.gz -> ${P}.gh.t LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~x86 ~amd64-linux" IUSE="test" RDEPEND="sys-apps/file[-python]"