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 76A97158094 for ; Sat, 27 Aug 2022 23:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A86EBE092C; Sat, 27 Aug 2022 23:10:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8FB19E0929 for ; Sat, 27 Aug 2022 23:10:05 +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 B8D77341217 for ; Fri, 26 Aug 2022 23:27:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D70475A1 for ; Fri, 26 Aug 2022 23:27:20 +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: <1661556337.ff378aecc5c472e99ee23c1ee4e36eb17007072c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libplist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/libplist/libplist-2.2.0-r4.ebuild X-VCS-Directories: app-pda/libplist/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff378aecc5c472e99ee23c1ee4e36eb17007072c X-VCS-Branch: master Date: Fri, 26 Aug 2022 23:27:20 +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: f645a4ba-0afb-4a45-9535-8e9d67640e37 X-Archives-Hash: 295f6d5462c946f7bf28c4edd17bf55d commit: ff378aecc5c472e99ee23c1ee4e36eb17007072c Author: Sam James gentoo org> AuthorDate: Fri Aug 26 23:25:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 26 23:25:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff378aec app-pda/libplist: Stabilize 2.2.0-r4 amd64, #866545 Signed-off-by: Sam James gentoo.org> app-pda/libplist/libplist-2.2.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-pda/libplist/libplist-2.2.0-r4.ebuild b/app-pda/libplist/libplist-2.2.0-r4.ebuild index 8ee37d36b81e..439f93466025 100644 --- a/app-pda/libplist/libplist-2.2.0-r4.ebuild +++ b/app-pda/libplist/libplist-2.2.0-r4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://cgit.libimobiledevice.org/${PN}.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/2.0-3" -KEYWORDS="~amd64 ~arm arm64 ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv x86" IUSE="python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"