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 5BAAE138334 for ; Sat, 20 Jul 2019 16:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DAE4E0788; Sat, 20 Jul 2019 16:46:12 +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 00CB3E0788 for ; Sat, 20 Jul 2019 16:46:11 +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 7B3C73482C2 for ; Sat, 20 Jul 2019 16:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D89F455B for ; Sat, 20 Jul 2019 16:46:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1563641070.2cc022e4c9cb090393fff2e92d6bde5c0b181c45.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysol_cards/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysol_cards/pysol_cards-0.6.2.ebuild X-VCS-Directories: dev-python/pysol_cards/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2cc022e4c9cb090393fff2e92d6bde5c0b181c45 X-VCS-Branch: master Date: Sat, 20 Jul 2019 16:46:07 +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: e879da0e-52e1-499a-8349-2cef862600b9 X-Archives-Hash: 17e1030079a470832345d466d144726c commit: 2cc022e4c9cb090393fff2e92d6bde5c0b181c45 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 20 16:44:30 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 20 16:44:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc022e4 dev-python/pysol_cards: 0.6.2 amd64 stable Bug: https://bugs.gentoo.org/688920 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/pysol_cards/pysol_cards-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild index 190f6568ed9..0a5eec2d845 100644 --- a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild +++ b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"