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 3B1BE13835A for ; Sun, 18 Oct 2020 18:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5C0E0A6E; Sun, 18 Oct 2020 18:51:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E34AE0A6E for ; Sun, 18 Oct 2020 18:51:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C8F4340948 for ; Sun, 18 Oct 2020 18:51:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 601583B7 for ; Sun, 18 Oct 2020 18:51:41 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1603047090.a61aacc210956f5d2387221b049da8f7ac6624bc.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/precis-i18n/precis-i18n-1.0.2.ebuild X-VCS-Directories: dev-python/precis-i18n/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: a61aacc210956f5d2387221b049da8f7ac6624bc X-VCS-Branch: master Date: Sun, 18 Oct 2020 18:51:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c1b2535-7e5c-49af-832f-6154d99e8133 X-Archives-Hash: 7a65125ece9766631f359ec51ce096fb commit: a61aacc210956f5d2387221b049da8f7ac6624bc Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 18 18:44:32 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 18 18:51:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61aacc2 dev-python/precis-i18n: x86 stable (bug #749501) Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/precis-i18n/precis-i18n-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild index 9d8dd6bebc5..b91337678bb 100644 --- a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild +++ b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"