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 6475D138359 for ; Sat, 19 Sep 2020 21:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8974FE0784; Sat, 19 Sep 2020 21:30:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6EF79E0784 for ; Sat, 19 Sep 2020 21:30:40 +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 9720A335C51 for ; Sat, 19 Sep 2020 21:30:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17018EC for ; Sat, 19 Sep 2020 21:30:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1600551031.68e505c3a1b2b5bb2423a99b82b8d15470e6ad44.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ctemplate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/ctemplate/ctemplate-2.4.ebuild X-VCS-Directories: dev-cpp/ctemplate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 68e505c3a1b2b5bb2423a99b82b8d15470e6ad44 X-VCS-Branch: master Date: Sat, 19 Sep 2020 21:30:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aeee4573-ba98-4234-b906-d462a5120ac3 X-Archives-Hash: 55d1f95dd4dbaa7e2402755cfc93e1ff commit: 68e505c3a1b2b5bb2423a99b82b8d15470e6ad44 Author: Sam James gentoo org> AuthorDate: Sat Sep 19 21:30:31 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 19 21:30:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e505c3 dev-cpp/ctemplate: arm stable (bug #743493) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-cpp/ctemplate/ctemplate-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/ctemplate/ctemplate-2.4.ebuild b/dev-cpp/ctemplate/ctemplate-2.4.ebuild index 7d1ec59b62d..f1cf69f3547 100644 --- a/dev-cpp/ctemplate/ctemplate-2.4.ebuild +++ b/dev-cpp/ctemplate/ctemplate-2.4.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/ctemplate-${P}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc emacs vim-syntax static-libs test" DEPEND="test? ( ${PYTHON_DEPS} )"