From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-830673-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DA64B13989A for <garchives@archives.gentoo.org>; Thu, 27 Aug 2015 10:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF252E08A1; Thu, 27 Aug 2015 10:02:49 +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 3700DE08BD for <gentoo-commits@lists.gentoo.org>; Thu, 27 Aug 2015 10:02:48 +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 6BFCF340AD7 for <gentoo-commits@lists.gentoo.org>; Thu, 27 Aug 2015 10:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C23F17C for <gentoo-commits@lists.gentoo.org>; Thu, 27 Aug 2015 10:02:44 +0000 (UTC) From: "Agostino Sarubbo" <ago@gentoo.org> 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" <ago@gentoo.org> Message-ID: <1440669713.e637b075de9e617154d0df8066d986f4a7a4467c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-esim4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/embassy-esim4/embassy-esim4-1.0.0.650.ebuild X-VCS-Directories: sci-biology/embassy-esim4/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e637b075de9e617154d0df8066d986f4a7a4467c X-VCS-Branch: master Date: Thu, 27 Aug 2015 10:02:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 28e3ce75-d360-485e-bf73-fc7c90ae8392 X-Archives-Hash: dc2759befce108e6bc99f3f2a8786987 commit: e637b075de9e617154d0df8066d986f4a7a4467c Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Thu Aug 27 10:01:53 2015 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Thu Aug 27 10:01:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e637b075 sci-biology/embassy-esim4: x86 stable wrt bug #558888 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" sci-biology/embassy-esim4/embassy-esim4-1.0.0.650.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/embassy-esim4/embassy-esim4-1.0.0.650.ebuild b/sci-biology/embassy-esim4/embassy-esim4-1.0.0.650.ebuild index f1d8515..8dd9caf 100644 --- a/sci-biology/embassy-esim4/embassy-esim4-1.0.0.650.ebuild +++ b/sci-biology/embassy-esim4/embassy-esim4-1.0.0.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 )