From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 57D52139A89 for ; Tue, 8 Sep 2015 08:16:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37E50142FA; Tue, 8 Sep 2015 08:16:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E6C1141A8 for ; Tue, 8 Sep 2015 08:16:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 834CA34082B for ; Tue, 8 Sep 2015 08:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F18D917A for ; Tue, 8 Sep 2015 08:16:08 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1441698986.abb01b6cac38d84b6a88df61f3483a3ebb9cb504.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lockfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lockfile/lockfile-0.10.2.ebuild X-VCS-Directories: dev-python/lockfile/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: abb01b6cac38d84b6a88df61f3483a3ebb9cb504 X-VCS-Branch: master Date: Tue, 8 Sep 2015 08:16:08 +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: 577bdfe4-a815-48e0-817b-bac8b5c14dc7 X-Archives-Hash: d2557e99684ceee4a9e7b2ca009a9bb5 commit: abb01b6cac38d84b6a88df61f3483a3ebb9cb504 Author: Joshua Kinard gentoo org> AuthorDate: Tue Sep 8 07:56:26 2015 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Tue Sep 8 07:56:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb01b6c Added ~mips to KEYWORDS. Package-Manager: portage-2.2.20.1 dev-python/lockfile/lockfile-0.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lockfile/lockfile-0.10.2.ebuild b/dev-python/lockfile/lockfile-0.10.2.ebuild index 02e6bfe..cc4bcfa 100644 --- a/dev-python/lockfile/lockfile-0.10.2.ebuild +++ b/dev-python/lockfile/lockfile-0.10.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="doc test" DEPEND="