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 917A913989A for ; Thu, 27 Aug 2015 10:02:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41CDCE0881; Thu, 27 Aug 2015 10:02:47 +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 C2B41E087B for ; Thu, 27 Aug 2015 10:02:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFFA4340949 for ; Thu, 27 Aug 2015 10:02:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C34178 for ; Thu, 27 Aug 2015 10:02:44 +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: <1440669695.7e5009aee2dbf20fa4ffa8891a0867291fa0522f.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-domainatrix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/embassy-domainatrix/embassy-domainatrix-0.1.650.ebuild X-VCS-Directories: sci-biology/embassy-domainatrix/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 7e5009aee2dbf20fa4ffa8891a0867291fa0522f X-VCS-Branch: master Date: Thu, 27 Aug 2015 10:02:44 +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: d682100a-2a8a-449a-8f25-70e3f4443ac8 X-Archives-Hash: 25b00b31d117ad31bef55b6ecb165631 commit: 7e5009aee2dbf20fa4ffa8891a0867291fa0522f Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Aug 27 10:01:35 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Aug 27 10:01:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5009ae sci-biology/embassy-domainatrix: x86 stable wrt bug #558888 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" sci-biology/embassy-domainatrix/embassy-domainatrix-0.1.650.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/embassy-domainatrix/embassy-domainatrix-0.1.650.ebuild b/sci-biology/embassy-domainatrix/embassy-domainatrix-0.1.650.ebuild index 83730fe..d51f511 100644 --- a/sci-biology/embassy-domainatrix/embassy-domainatrix-0.1.650.ebuild +++ b/sci-biology/embassy-domainatrix/embassy-domainatrix-0.1.650.ebuild @@ -10,6 +10,6 @@ AUTOTOOLS_AUTORECONF=1 inherit emboss-r1 -KEYWORDS="amd64 ~ppc ~x86 ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos" PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch )