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 729D213989A for ; Thu, 27 Aug 2015 10:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7F38E08D2; Thu, 27 Aug 2015 10:02:51 +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 8FC7FE089D for ; Thu, 27 Aug 2015 10:02:49 +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 D479D340B09 for ; Thu, 27 Aug 2015 10:02:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27EC4186 for ; Thu, 27 Aug 2015 10:02:45 +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: <1440669756.44e16bc011bb1c5a192ea5c4ecef9e8cf893c0c8.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/clustal-omega/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/clustal-omega/clustal-omega-1.2.1.ebuild X-VCS-Directories: sci-biology/clustal-omega/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 44e16bc011bb1c5a192ea5c4ecef9e8cf893c0c8 X-VCS-Branch: master Date: Thu, 27 Aug 2015 10:02:45 +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: 6d5d53a8-96a4-45d5-bf5c-8fa3b812b7f9 X-Archives-Hash: 2c98ce4cd7254a41c62afe89559c915d commit: 44e16bc011bb1c5a192ea5c4ecef9e8cf893c0c8 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Aug 27 10:02:36 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Aug 27 10:02:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e16bc0 sci-biology/clustal-omega: x86 stable wrt bug #558888 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" sci-biology/clustal-omega/clustal-omega-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/clustal-omega/clustal-omega-1.2.1.ebuild b/sci-biology/clustal-omega/clustal-omega-1.2.1.ebuild index ae92334..c7ee43e 100644 --- a/sci-biology/clustal-omega/clustal-omega-1.2.1.ebuild +++ b/sci-biology/clustal-omega/clustal-omega-1.2.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.clustal.org/omega/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="static-libs" DEPEND="dev-libs/argtable"