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 94582138AE9 for ; Tue, 26 Dec 2017 16:31:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8648CE0C3F; Tue, 26 Dec 2017 16:31:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 66A46E0C3F for ; Tue, 26 Dec 2017 16:31:37 +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 DCBAA33FE49 for ; Tue, 26 Dec 2017 16:31:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37556AE7E for ; Tue, 26 Dec 2017 16:31:34 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1514305888.217f6c13d296fa0c7aeac3af65a570463ba9a91a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/uncrustify/uncrustify-0.66.1.ebuild X-VCS-Directories: dev-util/uncrustify/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 217f6c13d296fa0c7aeac3af65a570463ba9a91a X-VCS-Branch: master Date: Tue, 26 Dec 2017 16:31:34 +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: f501efab-7b70-4b68-b9d7-6a277c51331d X-Archives-Hash: 59387012bd8d353a3bd6a0ae8d90ebf5 commit: 217f6c13d296fa0c7aeac3af65a570463ba9a91a Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 16:30:29 2017 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 16:31:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217f6c13 dev-util/uncrustify: amd64/x86 stable Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-util/uncrustify/uncrustify-0.66.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/uncrustify/uncrustify-0.66.1.ebuild b/dev-util/uncrustify/uncrustify-0.66.1.ebuild index d0891fcae6c..27705c31b22 100644 --- a/dev-util/uncrustify/uncrustify-0.66.1.ebuild +++ b/dev-util/uncrustify/uncrustify-0.66.1.ebuild @@ -5,11 +5,11 @@ EAPI=6 if [[ $PV == *9999* ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" - KEYWORDS="" + KEYWORDS="amd64 x86" SRC_URI="" scm_eclass=git-r3 else - KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" + KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz" S=${WORKDIR}/${PN}-${P} fi