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 155A91382C5 for ; Mon, 2 Apr 2018 06:23:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0316BE0C79; Mon, 2 Apr 2018 06:23:24 +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 D4C33E0C79 for ; Mon, 2 Apr 2018 06:23:23 +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 DAF7E33BEB4 for ; Mon, 2 Apr 2018 06:23:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEBAE279 for ; Mon, 2 Apr 2018 06:23:19 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1522650182.d0a78585fcef495ac40c43a280cbf2c49d38ef8a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyudev/pyudev-0.21.0.ebuild X-VCS-Directories: dev-python/pyudev/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d0a78585fcef495ac40c43a280cbf2c49d38ef8a X-VCS-Branch: master Date: Mon, 2 Apr 2018 06:23:19 +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: eef22802-cf87-45b1-92df-9bfad5d14f18 X-Archives-Hash: 2d554ad3a839d8dba90ce8e8f6e57b21 commit: d0a78585fcef495ac40c43a280cbf2c49d38ef8a Author: Matt Turner gentoo org> AuthorDate: Mon Apr 2 06:23:02 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 2 06:23:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a78585 dev-python/pyudev-0.21.0: added ~mips dev-python/pyudev/pyudev-0.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyudev/pyudev-0.21.0.ebuild b/dev-python/pyudev/pyudev-0.21.0.ebuild index a991dfbc110..a06c4440b39 100644 --- a/dev-python/pyudev/pyudev-0.21.0.ebuild +++ b/dev-python/pyudev/pyudev-0.21.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~x86" +KEYWORDS="amd64 arm ~arm64 ~mips ~x86" IUSE="pygobject qt5 pyside test" REQUIRED_USE="pygobject? ( || ( $(python_gen_useflags 'python2*') ) )"