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 5B582158094 for ; Tue, 6 Sep 2022 02:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82725E0827; Tue, 6 Sep 2022 02:19:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A6DCE0827 for ; Tue, 6 Sep 2022 02:19:21 +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 66660340FA7 for ; Tue, 6 Sep 2022 02:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0563B5C6 for ; Tue, 6 Sep 2022 02:19:19 +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: <1662430741.4c5b166e09af26abbe712cf6df13b569eab07c30.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ding-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ding-libs/ding-libs-0.6.2.ebuild X-VCS-Directories: dev-libs/ding-libs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c5b166e09af26abbe712cf6df13b569eab07c30 X-VCS-Branch: master Date: Tue, 6 Sep 2022 02:19:19 +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: 12a73a1e-9d3a-45ff-8f6e-0b51f9497c7c X-Archives-Hash: b5ee3a668b25b11eb882a676586ca7df commit: 4c5b166e09af26abbe712cf6df13b569eab07c30 Author: Sam James gentoo org> AuthorDate: Tue Sep 6 02:19:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 6 02:19:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5b166e dev-libs/ding-libs: Stabilize 0.6.2 x86, #868642 Signed-off-by: Sam James gentoo.org> dev-libs/ding-libs/ding-libs-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/ding-libs/ding-libs-0.6.2.ebuild b/dev-libs/ding-libs/ding-libs-0.6.2.ebuild index 9cf61653670f..87e21ee44d3b 100644 --- a/dev-libs/ding-libs/ding-libs-0.6.2.ebuild +++ b/dev-libs/ding-libs/ding-libs-0.6.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/SSSD/ding-libs/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-3 GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux" IUSE="test" RESTRICT="!test? ( test )"