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 93F8C138359 for ; Fri, 16 Oct 2020 16:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7FC6E07B3; Fri, 16 Oct 2020 16:46:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C4662E07B3 for ; Fri, 16 Oct 2020 16:46:31 +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 E3A71341022 for ; Fri, 16 Oct 2020 16:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ECE32EE for ; Fri, 16 Oct 2020 16:46:29 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602866781.b5e3ed50a43db1a57ddf7258a2b746f9889f60ac.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild X-VCS-Directories: dev-python/qdarkstyle/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b5e3ed50a43db1a57ddf7258a2b746f9889f60ac X-VCS-Branch: master Date: Fri, 16 Oct 2020 16:46:29 +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: cccfd189-da21-4554-814c-8aeea54627d0 X-Archives-Hash: a8ad9ee6d438b09d17a360d5da67cb07 commit: b5e3ed50a43db1a57ddf7258a2b746f9889f60ac Author: Joonas Niilola gentoo org> AuthorDate: Fri Oct 16 15:57:39 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 16 16:46:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e3ed50 dev-python/qdarkstyle: stabilize 2.8.1 on x86 Bug: https://bugs.gentoo.org/749402 Signed-off-by: Joonas Niilola gentoo.org> dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild index 637111a307f..d710c6ab4ce 100644 --- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild +++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/ColinDuquesnoy/${MY_PN}/archive/v${PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="examples"