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 044E8138334 for ; Wed, 31 Jul 2019 14:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C6ACE0845; Wed, 31 Jul 2019 14:32:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7A65EE0845 for ; Wed, 31 Jul 2019 14:32:58 +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 8201E3490B0 for ; Wed, 31 Jul 2019 14:32:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98C69761 for ; Wed, 31 Jul 2019 14:32:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1564583496.a867d80dbb362f0c4af85b341463ad36d89ca349.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-aiohttp-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild X-VCS-Directories: dev-python/sphinx-aiohttp-theme/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a867d80dbb362f0c4af85b341463ad36d89ca349 X-VCS-Branch: master Date: Wed, 31 Jul 2019 14:32:53 +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: ddb81993-a59c-42dc-b4ed-dd6c4d3b027a X-Archives-Hash: e609d620d9ae9e5d1946cbe40fd6683d commit: a867d80dbb362f0c4af85b341463ad36d89ca349 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:36 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a867d80d dev-python/sphinx-aiohttp-theme: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild index fd9db3fe0e8..fd1329a2cc0 100644 --- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild +++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"