From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EFBC81584AD for ; Sat, 26 Apr 2025 07:50:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D3FF33430AA for ; Sat, 26 Apr 2025 07:50:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1C8791104BA; Sat, 26 Apr 2025 07:50:15 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 148661104BA for ; Sat, 26 Apr 2025 07:50:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8383342F9F for ; Sat, 26 Apr 2025 07:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A0CB2547 for ; Sat, 26 Apr 2025 07:50:13 +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: <1745653806.967bbd894c58b7e2f5eae1094e4c4a55b286de81.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libifp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libifp/libifp-1.0.0.2-r2.ebuild X-VCS-Directories: media-libs/libifp/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 967bbd894c58b7e2f5eae1094e4c4a55b286de81 X-VCS-Branch: master Date: Sat, 26 Apr 2025 07:50:13 +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: 9a71d0a9-e313-4003-a523-73f2b72572ec X-Archives-Hash: 3b9e53eae12c0752851769378f74e981 commit: 967bbd894c58b7e2f5eae1094e4c4a55b286de81 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Apr 26 07:50:06 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 26 07:50:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967bbd89 media-libs/libifp: Stabilize 1.0.0.2-r2 ppc64, #954613 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/libifp/libifp-1.0.0.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libifp/libifp-1.0.0.2-r2.ebuild b/media-libs/libifp/libifp-1.0.0.2-r2.ebuild index 5cc5bc19b307..f7389feb3bf6 100644 --- a/media-libs/libifp/libifp-1.0.0.2-r2.ebuild +++ b/media-libs/libifp/libifp-1.0.0.2-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/ifp-driver/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ppc64 ~x86" IUSE="doc examples static-libs" RDEPEND="virtual/libusb:0"