From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1417206-garchives=archives.gentoo.org@lists.gentoo.org> 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 74A79158094 for <garchives@archives.gentoo.org>; Sun, 10 Jul 2022 22:28:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B342E0CCB; Sun, 10 Jul 2022 22:28:15 +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 0FCC0E0CCB for <gentoo-commits@lists.gentoo.org>; Sun, 10 Jul 2022 22:28:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56FA4340F68 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Jul 2022 22:28:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9903F52C for <gentoo-commits@lists.gentoo.org>; Sun, 10 Jul 2022 22:28:11 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1657492045.71c058c7ed27ee61430fceb2bb0a7c470e7f94c3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qdarkstyle/qdarkstyle-3.1.ebuild X-VCS-Directories: dev-python/qdarkstyle/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 71c058c7ed27ee61430fceb2bb0a7c470e7f94c3 X-VCS-Branch: master Date: Sun, 10 Jul 2022 22:28:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 62c62119-4084-46fb-be5a-566562172b5f X-Archives-Hash: 1893cc031a40901207ce561bbc60d60f commit: 71c058c7ed27ee61430fceb2bb0a7c470e7f94c3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 10 22:27:25 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 10 22:27:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c058c7 dev-python/qdarkstyle: Stabilize 3.1 ALLARCHES, #857393 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/qdarkstyle/qdarkstyle-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild index be9e061855b7..0a87a186625d 100644 --- a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild +++ b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=">=dev-python/QtPy-1.9[gui,${PYTHON_USEDEP}]"