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 5D55F138334 for ; Fri, 28 Sep 2018 20:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 883F0E097C; Fri, 28 Sep 2018 20:33:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5D118E097C for ; Fri, 28 Sep 2018 20:33:42 +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 AFCDB335CEE for ; Fri, 28 Sep 2018 20:33:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61AAD432 for ; Fri, 28 Sep 2018 20:33:38 +0000 (UTC) From: "Matt Thode" 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 Thode" Message-ID: <1538166762.a60cde32e3c075af6c951a22c84c36de87dd46a2.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/werkzeug/werkzeug-0.14.1.ebuild X-VCS-Directories: dev-python/werkzeug/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: a60cde32e3c075af6c951a22c84c36de87dd46a2 X-VCS-Branch: master Date: Fri, 28 Sep 2018 20:33:38 +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: 12ea4000-b4f8-4cf9-8add-a506e6c3131a X-Archives-Hash: b0e7733d8f0ccc3b262522bc2b2b4fd5 commit: a60cde32e3c075af6c951a22c84c36de87dd46a2 Author: Matthew Thode gentoo org> AuthorDate: Fri Sep 28 20:12:56 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Sep 28 20:32:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60cde32 dev-python/werkzeug: 0.14.1 stable allarches for rocky Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-python/werkzeug/werkzeug-0.14.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/werkzeug/werkzeug-0.14.1.ebuild b/dev-python/werkzeug/werkzeug-0.14.1.ebuild index 6a699f0e8e5..a007e59ac52 100644 --- a/dev-python/werkzeug/werkzeug-0.14.1.ebuild +++ b/dev-python/werkzeug/werkzeug-0.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"