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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E9F3158090 for ; Wed, 30 Oct 2024 12:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 909A6E092E; Wed, 30 Oct 2024 11:08:03 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 74863E092E for ; Wed, 30 Oct 2024 11:08:03 +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 3515034AF40 for ; Wed, 30 Oct 2024 11:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE50D252D for ; Wed, 30 Oct 2024 11:07:58 +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: <1730286446.8cd60e26974bb2160dbde02ccd3e8cfc3f71b351.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libusbmuxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/libusbmuxd/libusbmuxd-2.1.0.ebuild X-VCS-Directories: app-pda/libusbmuxd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8cd60e26974bb2160dbde02ccd3e8cfc3f71b351 X-VCS-Branch: master Date: Wed, 30 Oct 2024 11:07:58 +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: a1bc1d5e-4475-4994-810c-1a1a5f5ca488 X-Archives-Hash: 151760f11418e784ba80b0632f999327 commit: 8cd60e26974bb2160dbde02ccd3e8cfc3f71b351 Author: Sam James gentoo org> AuthorDate: Wed Oct 30 11:07:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 30 11:07:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd60e26 app-pda/libusbmuxd: Stabilize 2.1.0 amd64, #942511 Signed-off-by: Sam James gentoo.org> app-pda/libusbmuxd/libusbmuxd-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-pda/libusbmuxd/libusbmuxd-2.1.0.ebuild b/app-pda/libusbmuxd/libusbmuxd-2.1.0.ebuild index 7c49e7831827..8ce03bc9c27c 100644 --- a/app-pda/libusbmuxd/libusbmuxd-2.1.0.ebuild +++ b/app-pda/libusbmuxd/libusbmuxd-2.1.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}. LICENSE="GPL-2+ LGPL-2.1+" # tools/*.c is GPL-2+, rest is LGPL-2.1+ SLOT="0/2.0-7" # based on SONAME of libusbmuxd-2.0.so -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 x86" RDEPEND=" >=app-pda/libimobiledevice-glue-1.2.0:=