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 074C2158041 for ; Wed, 13 Mar 2024 15:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DD65E2A1B; Wed, 13 Mar 2024 15:06:08 +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 37C71E2A1B for ; Wed, 13 Mar 2024 15:06:08 +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 7BFBA335D6D for ; Wed, 13 Mar 2024 15:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EF1913DE for ; Wed, 13 Mar 2024 15:06:06 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1710342344.ac778e458774ddfba666f7ca497c0b4771fd95bc.arthurzam@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.3.0-r2.ebuild X-VCS-Directories: app-pda/libplist/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ac778e458774ddfba666f7ca497c0b4771fd95bc X-VCS-Branch: master Date: Wed, 13 Mar 2024 15:06:06 +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: 4f4a66eb-6ec8-48bf-807a-4c37e8b29dce X-Archives-Hash: ecba615ad1c3aac08813756af1fcc2f7 commit: ac778e458774ddfba666f7ca497c0b4771fd95bc Author: Arthur Zamarin gentoo org> AuthorDate: Wed Mar 13 15:05:44 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Mar 13 15:05:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac778e45 app-pda/libplist: Stabilize 2.3.0-r2 x86, #926357 Signed-off-by: Arthur Zamarin gentoo.org> app-pda/libplist/libplist-2.3.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-pda/libplist/libplist-2.3.0-r2.ebuild b/app-pda/libplist/libplist-2.3.0-r2.ebuild index e93d2577e8e2..bb389fe075ee 100644 --- a/app-pda/libplist/libplist-2.3.0-r2.ebuild +++ b/app-pda/libplist/libplist-2.3.0-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://cgit.libimobiledevice.org/${PN}.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/4" -KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"