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 43C80138454 for ; Fri, 11 Sep 2015 03:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7558BE0856; Fri, 11 Sep 2015 03:23:35 +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 A2162E0818 for ; Fri, 11 Sep 2015 03:23:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D68E2340A8E for ; Fri, 11 Sep 2015 03:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CEF01F5 for ; Fri, 11 Sep 2015 03:23:31 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1441940312.0d6958fb2a2ee5a733f426af7f5017c7d15c4c7d.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/, profiles/arch/mips/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpydoc/numpydoc-0.5.ebuild profiles/arch/mips/package.use.mask X-VCS-Directories: profiles/arch/mips/ dev-python/numpydoc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 0d6958fb2a2ee5a733f426af7f5017c7d15c4c7d X-VCS-Branch: master Date: Fri, 11 Sep 2015 03:23:31 +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: e916a013-04a2-4dc8-b398-969a8e95d31b X-Archives-Hash: 76210be069a5d81a3a882e9b0a7a27bf commit: 0d6958fb2a2ee5a733f426af7f5017c7d15c4c7d Author: Mike Frysinger gentoo org> AuthorDate: Fri Sep 11 02:58:32 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Sep 11 02:58:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6958fb dev-python/numpydoc: add mips love dev-python/numpydoc/numpydoc-0.5.ebuild | 2 +- profiles/arch/mips/package.use.mask | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/numpydoc/numpydoc-0.5.ebuild b/dev-python/numpydoc/numpydoc-0.5.ebuild index 2859d82..69b9e0e 100644 --- a/dev-python/numpydoc/numpydoc-0.5.ebuild +++ b/dev-python/numpydoc/numpydoc-0.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 349f31b..9697e3c 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Mike Frysinger (10 Sep 2015) +# Requires matplotlib which requires a bit more. +dev-python/numpydoc test + # Anthony G. Basile (10 Sep 2015) # # seccomp code is currently broken, bug #560098 app-misc/pax-utils seccomp