From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1433917-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 EE4B8158094 for <garchives@archives.gentoo.org>; Tue, 6 Sep 2022 12:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39C01E09A6; Tue, 6 Sep 2022 12:51:29 +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 21427E09A6 for <gentoo-commits@lists.gentoo.org>; Tue, 6 Sep 2022 12:51:29 +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 22A1D340FA1 for <gentoo-commits@lists.gentoo.org>; Tue, 6 Sep 2022 12:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACBDC5B1 for <gentoo-commits@lists.gentoo.org>; Tue, 6 Sep 2022 12:51:26 +0000 (UTC) From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org> Message-ID: <1662468680.5ffb96fdf932f4f63d3c1f868f57a40bd7762c5b.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 5ffb96fdf932f4f63d3c1f868f57a40bd7762c5b X-VCS-Branch: master Date: Tue, 6 Sep 2022 12:51:26 +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: 8bd456e0-3b26-4697-b9de-4c3c31c6b0f3 X-Archives-Hash: 1246f8c1cb67179e400eeb38a5c2d539 commit: 5ffb96fdf932f4f63d3c1f868f57a40bd7762c5b Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Tue Sep 6 12:51:20 2022 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Tue Sep 6 12:51:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffb96fd dev-libs/ding-libs: ppc stable wrt bug #868642 Signed-off-by: Agostino Sarubbo <ago <AT> 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 87e21ee44d3b..8f0a7830c8f6 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 )"