From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BFE6D13989D for ; Wed, 26 Aug 2015 11:00:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 046B214145; Wed, 26 Aug 2015 11:00:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73F1E14145 for ; Wed, 26 Aug 2015 11:00:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52279340AE2 for ; Wed, 26 Aug 2015 11:00:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4275B16B for ; Wed, 26 Aug 2015 11:00:41 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1440586789.308eb27e51ae3f5f4f8f33fa04ca10d9c4f983ee.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/astyle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/astyle/astyle-2.04-r1.ebuild X-VCS-Directories: dev-util/astyle/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 308eb27e51ae3f5f4f8f33fa04ca10d9c4f983ee X-VCS-Branch: master Date: Wed, 26 Aug 2015 11:00:41 +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: 636502bd-20b9-46b3-8bbf-61c67f77add5 X-Archives-Hash: af73ef5fed4e229c2cd5cdd58cf65b40 commit: 308eb27e51ae3f5f4f8f33fa04ca10d9c4f983ee Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Aug 26 10:59:49 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Aug 26 10:59:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308eb27e dev-util/astyle: amd64 stable wrt bug #557570 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" dev-util/astyle/astyle-2.04-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/astyle/astyle-2.04-r1.ebuild b/dev-util/astyle/astyle-2.04-r1.ebuild index 3ac6b57..b327c6b 100644 --- a/dev-util/astyle/astyle-2.04-r1.ebuild +++ b/dev-util/astyle/astyle-2.04-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/astyle/astyle_${PV}_linux.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc java static-libs"