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 59DA4138BF1 for ; Thu, 15 Oct 2015 08:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 252BA21C016; Thu, 15 Oct 2015 08:35:36 +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 B605421C016 for ; Thu, 15 Oct 2015 08:35:35 +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 B9E9834090F for ; Thu, 15 Oct 2015 08:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA95E10AA for ; Thu, 15 Oct 2015 08:35:29 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1444898084.fcdd91b1cefe8cc3fcb3ffcbb696573305771a78.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/logutils/logutils-0.3.3.ebuild X-VCS-Directories: dev-python/logutils/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: fcdd91b1cefe8cc3fcb3ffcbb696573305771a78 X-VCS-Branch: master Date: Thu, 15 Oct 2015 08:35:29 +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: d4fc2619-fdd4-4fc3-9c87-192e4ee4851a X-Archives-Hash: 04e4da1c384e76c4b8fd2dc2578b4645 commit: fcdd91b1cefe8cc3fcb3ffcbb696573305771a78 Author: Matthew Thode gentoo org> AuthorDate: Thu Oct 15 08:28:37 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Oct 15 08:34:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcdd91b1 dev-python/logutils: had amd64 listed twice, fixing Package-Manager: portage-2.2.20.1 dev-python/logutils/logutils-0.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/logutils/logutils-0.3.3.ebuild b/dev-python/logutils/logutils-0.3.3.ebuild index 240a3e9..5433786 100644 --- a/dev-python/logutils/logutils-0.3.3.ebuild +++ b/dev-python/logutils/logutils-0.3.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"