From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1086779-garchives=archives.gentoo.org@lists.gentoo.org> 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 BAE98138334 for <garchives@archives.gentoo.org>; Mon, 29 Apr 2019 14:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71CB4E0909; Mon, 29 Apr 2019 14:24:52 +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 57BBFE08FE for <gentoo-commits@lists.gentoo.org>; Mon, 29 Apr 2019 14:24:52 +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 152DA342EF1 for <gentoo-commits@lists.gentoo.org>; Mon, 29 Apr 2019 14:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 591195D6 for <gentoo-commits@lists.gentoo.org>; Mon, 29 Apr 2019 14:24:48 +0000 (UTC) From: "Jason Zaman" <perfinion@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" <perfinion@gentoo.org> Message-ID: <1556547777.a2be6f01bfd4a79a23d34508745e774a575445e8.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/keras-preprocessing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild X-VCS-Directories: sci-libs/keras-preprocessing/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: a2be6f01bfd4a79a23d34508745e774a575445e8 X-VCS-Branch: master Date: Mon, 29 Apr 2019 14:24:48 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e08176b9-f472-4d21-8c30-782139c07dd5 X-Archives-Hash: c94438f003cbd53a7de5260d50546d8e commit: a2be6f01bfd4a79a23d34508745e774a575445e8 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Mon Apr 29 13:52:48 2019 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Mon Apr 29 14:22:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2be6f01 sci-libs/keras-preprocessing: stable Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild index 51974c56659..b4b6f40dea1 100644 --- a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild +++ b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/keras-team/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]