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 AB707138334 for ; Wed, 31 Jul 2019 14:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E2F9E0822; Wed, 31 Jul 2019 14:32:55 +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 3A392E0822 for ; Wed, 31 Jul 2019 14:32:55 +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 D6468349091 for ; Wed, 31 Jul 2019 14:32:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 400CD741 for ; Wed, 31 Jul 2019 14:32:52 +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: <1564583418.51134ab83d7a8fe8a10e379517a61a0a750a582b.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: 51134ab83d7a8fe8a10e379517a61a0a750a582b X-VCS-Branch: master Date: Wed, 31 Jul 2019 14:32:52 +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: d7bbb47e-5def-4cd7-b255-84a5ea2557ca X-Archives-Hash: 20128e440b5d6df79e64b142156f90fe commit: 51134ab83d7a8fe8a10e379517a61a0a750a582b Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:30:18 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:30:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51134ab8 dev-python/sphinx-aiohttp-theme: amd64 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" 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 b6446239067..fd9db3fe0e8 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}]"