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 321AD1382C5 for ; Wed, 16 Dec 2020 16:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ED30E08BF; Wed, 16 Dec 2020 16:49:26 +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 695ABE08BF for ; Wed, 16 Dec 2020 16:49:26 +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 5C51D3409E6 for ; Wed, 16 Dec 2020 16:49:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 175CB4C for ; Wed, 16 Dec 2020 16:49:24 +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: <1608137358.4538a76c36347d60f57cdb9d9320e717e6fa68be.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tinycss2/tinycss2-1.1.0.ebuild X-VCS-Directories: dev-python/tinycss2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4538a76c36347d60f57cdb9d9320e717e6fa68be X-VCS-Branch: master Date: Wed, 16 Dec 2020 16:49:24 +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: 6782b951-6a1f-40b0-8666-8b787463d2ab X-Archives-Hash: 9c947e21ea41a98cfe0b40e388e41b10 commit: 4538a76c36347d60f57cdb9d9320e717e6fa68be Author: Sam James gentoo org> AuthorDate: Wed Dec 16 16:49:18 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 16 16:49:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4538a76c dev-python/tinycss2: Stabilize 1.1.0 ALLARCHES, #758608 Signed-off-by: Sam James gentoo.org> dev-python/tinycss2/tinycss2-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tinycss2/tinycss2-1.1.0.ebuild b/dev-python/tinycss2/tinycss2-1.1.0.ebuild index f3c7adb52c7..5da7d315c86 100644 --- a/dev-python/tinycss2/tinycss2-1.1.0.ebuild +++ b/dev-python/tinycss2/tinycss2-1.1.0.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=">=dev-python/webencodings-0.4[${PYTHON_USEDEP}]"