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 8DA0715808B for ; Sat, 16 Apr 2022 07:38:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 869B8E09B6; Sat, 16 Apr 2022 07:38:24 +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 597BAE09B5 for ; Sat, 16 Apr 2022 07:38:24 +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 80FC134216A for ; Sat, 16 Apr 2022 07:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B768439 for ; Sat, 16 Apr 2022 07:38:20 +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: <1650094658.f2c64cc95c12dc4613bfaeba46c1110d714d707e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/peewee/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/peewee/peewee-3.14.10.ebuild X-VCS-Directories: dev-python/peewee/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f2c64cc95c12dc4613bfaeba46c1110d714d707e X-VCS-Branch: master Date: Sat, 16 Apr 2022 07:38:20 +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: 4c6a7071-71bd-4e5c-a9cc-8f6516ee5845 X-Archives-Hash: 5b0fee0039268991724222ae3ea036a1 commit: f2c64cc95c12dc4613bfaeba46c1110d714d707e Author: Sam James gentoo org> AuthorDate: Sat Apr 16 07:37:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 16 07:37:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c64cc9 dev-python/peewee: Stabilize 3.14.10 x86, #838574 Signed-off-by: Sam James gentoo.org> dev-python/peewee/peewee-3.14.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/peewee/peewee-3.14.10.ebuild b/dev-python/peewee/peewee-3.14.10.ebuild index 01c5e9e9ffb9..669cead817b3 100644 --- a/dev-python/peewee/peewee-3.14.10.ebuild +++ b/dev-python/peewee/peewee-3.14.10.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv x86" IUSE="examples test" RESTRICT="!test? ( test )"