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 9752559CAF for ; Sat, 2 Apr 2016 11:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17B67E07DF; Sat, 2 Apr 2016 11:04:12 +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 C10F9E07DF for ; Sat, 2 Apr 2016 11:04:11 +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 C95B2340E1F for ; Sat, 2 Apr 2016 11:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BD7977 for ; Sat, 2 Apr 2016 11:04:07 +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: <1459595037.c731edf214f691748791cbccdb14b70cbbfce9d5.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-1602.ebuild X-VCS-Directories: sci-biology/rebase/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c731edf214f691748791cbccdb14b70cbbfce9d5 X-VCS-Branch: master Date: Sat, 2 Apr 2016 11:04:07 +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: 8d11bade-9f70-4ba8-a034-2f723a04972b X-Archives-Hash: d41afcb08a6ed5c0fa741581b86a75cb commit: c731edf214f691748791cbccdb14b70cbbfce9d5 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Apr 2 11:03:57 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Apr 2 11:03:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c731edf2 sci-biology/rebase: amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug #578804 Package-Manager: portage-2.2.26 Signed-off-by: Agostino Sarubbo gentoo.org> sci-biology/rebase/rebase-1602.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/rebase/rebase-1602.ebuild b/sci-biology/rebase/rebase-1602.ebuild index 9adb365..875464d 100644 --- a/sci-biology/rebase/rebase-1602.ebuild +++ b/sci-biology/rebase/rebase-1602.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 )"