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 D59DD158041 for ; Thu, 9 Sep 2021 15:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DB55E0928; Thu, 9 Sep 2021 15:16:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5BCBEE0878 for ; Thu, 9 Sep 2021 15:16:24 +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 1D09D335DB4 for ; Thu, 9 Sep 2021 15:16:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B1BAC0 for ; Thu, 9 Sep 2021 15:16:21 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1631200572.5c0f541666ea9c0fd7e7e09d0b214ff68f7b47c0.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mdx_gh_links/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild X-VCS-Directories: dev-python/mdx_gh_links/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5c0f541666ea9c0fd7e7e09d0b214ff68f7b47c0 X-VCS-Branch: master Date: Thu, 9 Sep 2021 15:16:21 +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: 8fd2bf9f-23d1-4514-aa30-0798fb5af835 X-Archives-Hash: 1800c331f2dfa56cb4693d33cbe04f30 commit: 5c0f541666ea9c0fd7e7e09d0b214ff68f7b47c0 Author: Marek Szuba gentoo org> AuthorDate: Thu Sep 9 15:07:31 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Sep 9 15:16:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c0f5416 dev-python/mdx_gh_links: keyword 0.2 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild b/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild index fc43311fea3..a53a419b779 100644 --- a/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild +++ b/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" RDEPEND=" dev-python/markdown[${PYTHON_USEDEP}]