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 4D6B01382C5 for ; Mon, 19 Feb 2018 21:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DC79E0CBA; Mon, 19 Feb 2018 21:07:17 +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 0B059E0CBA for ; Mon, 19 Feb 2018 21:07:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D42F8335C49 for ; Mon, 19 Feb 2018 21:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05978238 for ; Mon, 19 Feb 2018 21:07:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519074424.c4e2e889c559d14d5b46ea5ae5228047adb6346c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jinja/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jinja/jinja-2.9.5.ebuild X-VCS-Directories: dev-python/jinja/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c4e2e889c559d14d5b46ea5ae5228047adb6346c X-VCS-Branch: master Date: Mon, 19 Feb 2018 21:07:12 +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: d0a0c2ef-3261-45fc-b3ab-dbe20a7773c7 X-Archives-Hash: 019ae261c036415f6a202de7ad4cadfd commit: c4e2e889c559d14d5b46ea5ae5228047adb6346c Author: Michał Górny gentoo org> AuthorDate: Mon Feb 19 21:01:04 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 19 21:07:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e2e889 dev-python/jinja: 2.9.5 arm64 stable (via ALLARCHES) dev-python/jinja/jinja-2.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jinja/jinja-2.9.5.ebuild b/dev-python/jinja/jinja-2.9.5.ebuild index fcb6cf8582b..8618102dd4c 100644 --- a/dev-python/jinja/jinja-2.9.5.ebuild +++ b/dev-python/jinja/jinja-2.9.5.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/pallets/jinja/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="doc examples test" RESTRICT="!test? ( test )"