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 0D48D139085 for ; Mon, 2 Jan 2017 09:54:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 361C221C038; Mon, 2 Jan 2017 09:54:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1697221C038 for ; Mon, 2 Jan 2017 09:54:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD60934108B for ; Mon, 2 Jan 2017 09:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 150562629 for ; Mon, 2 Jan 2017 09:54:14 +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: <1483350842.ca56d1d1b7e566f4c95c3db6b31f2c73ae180cbf.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/rebase/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/rebase/rebase-1607.ebuild X-VCS-Directories: sci-biology/rebase/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: ca56d1d1b7e566f4c95c3db6b31f2c73ae180cbf X-VCS-Branch: master Date: Mon, 2 Jan 2017 09:54:14 +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: 035f90a6-0021-4274-920e-053d5f0d514d X-Archives-Hash: 5694aee4a0300be364f85e42aa44d683 commit: ca56d1d1b7e566f4c95c3db6b31f2c73ae180cbf Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jan 2 09:51:36 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jan 2 09:54:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca56d1d1 sci-biology/rebase: x86 stable wrt bug #590146 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> sci-biology/rebase/rebase-1607.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/rebase/rebase-1607.ebuild b/sci-biology/rebase/rebase-1607.ebuild index 326bcc7..b058fa9 100644 --- a/sci-biology/rebase/rebase-1607.ebuild +++ b/sci-biology/rebase/rebase-1607.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" SLOT="0" LICENSE="public-domain" -KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="emboss minimal" RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )"