From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2B8BC1584AD for ; Sat, 26 Apr 2025 01:06:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DF835342FF1 for ; Sat, 26 Apr 2025 01:06:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E98741104BB; Sat, 26 Apr 2025 01:06:01 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E1D811104BB for ; Sat, 26 Apr 2025 01:06:01 +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 9A7BD340CA7 for ; Sat, 26 Apr 2025 01:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 391B32615 for ; Sat, 26 Apr 2025 01:06:00 +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: <1745629504.c01954be33b131a839f4c9fe06b969f63e81eb76.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qcustomplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qcustomplot/qcustomplot-2.1.1-r10.ebuild X-VCS-Directories: dev-libs/qcustomplot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c01954be33b131a839f4c9fe06b969f63e81eb76 X-VCS-Branch: master Date: Sat, 26 Apr 2025 01:06:00 +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: fdfeb72a-18a7-4e46-83c0-b045640cc8f7 X-Archives-Hash: 5cadf3419f40948402eb9f67f522079f commit: c01954be33b131a839f4c9fe06b969f63e81eb76 Author: Sam James gentoo org> AuthorDate: Sat Apr 26 01:05:04 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 26 01:05:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01954be dev-libs/qcustomplot: Stabilize 2.1.1-r10 x86, #954462 Signed-off-by: Sam James gentoo.org> dev-libs/qcustomplot/qcustomplot-2.1.1-r10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qcustomplot/qcustomplot-2.1.1-r10.ebuild b/dev-libs/qcustomplot/qcustomplot-2.1.1-r10.ebuild index f2f831af61f4..0e3610ca53d1 100644 --- a/dev-libs/qcustomplot/qcustomplot-2.1.1-r10.ebuild +++ b/dev-libs/qcustomplot/qcustomplot-2.1.1-r10.ebuild @@ -14,7 +14,7 @@ S=${WORKDIR}/${PN}-source LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-qt/qtbase:6[gui,widgets]"