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 4CD761395E2 for ; Mon, 5 Dec 2016 20:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7855F21C279; Mon, 5 Dec 2016 20:22:54 +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 4CE9521C277 for ; Mon, 5 Dec 2016 20:22:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4E50C341398 for ; Mon, 5 Dec 2016 20:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E749D24B6 for ; Mon, 5 Dec 2016 20:22:51 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1480969365.686bf0e982ccf94b3b819b53b4e8f4e86b33756d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/babelfish/babelfish-0.5.5-r1.ebuild X-VCS-Directories: dev-python/babelfish/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 686bf0e982ccf94b3b819b53b4e8f4e86b33756d X-VCS-Branch: master Date: Mon, 5 Dec 2016 20:22:51 +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: 2d26474a-6e9a-479c-8a44-30e2cd00cb9f X-Archives-Hash: 837a7a55d6a484a211821a99c14999f0 commit: 686bf0e982ccf94b3b819b53b4e8f4e86b33756d Author: Pacho Ramos gentoo org> AuthorDate: Mon Dec 5 20:15:32 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Dec 5 20:22:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686bf0e9 dev-python/babelfish: x86 stable, bug #589572 Package-Manager: portage-2.3.2 dev-python/babelfish/babelfish-0.5.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild index f966987..b346413 100644 --- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild +++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"