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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82019158086 for ; Thu, 2 Dec 2021 19:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1BFAE0867; Thu, 2 Dec 2021 19:48:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D0CCE0867 for ; Thu, 2 Dec 2021 19:48:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA6A43432D5 for ; Thu, 2 Dec 2021 19:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F368D1C6 for ; Thu, 2 Dec 2021 19:48:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638474513.4acd6093d8fe18fb00da5b05120f7fc37dc64c14.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/markdown2/markdown2-2.4.2.ebuild X-VCS-Directories: dev-python/markdown2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4acd6093d8fe18fb00da5b05120f7fc37dc64c14 X-VCS-Branch: master Date: Thu, 2 Dec 2021 19:48:40 +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: f9e60eaa-fd44-47d2-aa67-e5082f95a815 X-Archives-Hash: 0482fd52449d7b376ddafbe0b63b034c commit: 4acd6093d8fe18fb00da5b05120f7fc37dc64c14 Author: Sam James gentoo org> AuthorDate: Thu Dec 2 19:48:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 2 19:48:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acd6093 dev-python/markdown2: Stabilize 2.4.2 ALLARCHES, #828024 Signed-off-by: Sam James gentoo.org> dev-python/markdown2/markdown2-2.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/markdown2/markdown2-2.4.2.ebuild b/dev-python/markdown2/markdown2-2.4.2.ebuild index 8d0e570a4c21..08b6ceab23ac 100644 --- a/dev-python/markdown2/markdown2-2.4.2.ebuild +++ b/dev-python/markdown2/markdown2-2.4.2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/trentm/python-markdown2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux" RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"