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 47E9D15806E for ; Sat, 27 May 2023 10:47:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CFE4E0880; Sat, 27 May 2023 10:47:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 48B3AE0880 for ; Sat, 27 May 2023 10:47:23 +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 78BFD340F0E for ; Sat, 27 May 2023 10:47:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13CBEA7A for ; Sat, 27 May 2023 10:47:21 +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: <1685184418.c945a8bd9f1edba54354668fae81388e45b7c786.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libquvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libquvi/libquvi-0.9.4-r101.ebuild X-VCS-Directories: media-libs/libquvi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c945a8bd9f1edba54354668fae81388e45b7c786 X-VCS-Branch: master Date: Sat, 27 May 2023 10:47:21 +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: 0006ad06-aa69-426a-a2ab-86cc30260abd X-Archives-Hash: 5970b361810b43f8d112c12b82de06b5 commit: c945a8bd9f1edba54354668fae81388e45b7c786 Author: Sam James gentoo org> AuthorDate: Sat May 27 10:46:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 27 10:46:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c945a8bd media-libs/libquvi: Stabilize 0.9.4-r101 ppc, #899254 Signed-off-by: Sam James gentoo.org> media-libs/libquvi/libquvi-0.9.4-r101.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libquvi/libquvi-0.9.4-r101.ebuild b/media-libs/libquvi/libquvi-0.9.4-r101.ebuild index f0109f665b0c..c1c06fc9b3d4 100644 --- a/media-libs/libquvi/libquvi-0.9.4-r101.ebuild +++ b/media-libs/libquvi/libquvi-0.9.4-r101.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" LICENSE="AGPL-3" SLOT="0/8" # subslot = libquvi soname version -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86" IUSE="examples nls static-libs" REQUIRED_USE="${LUA_REQUIRED_USE}"