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 279AC158086 for ; Sat, 6 Nov 2021 04:09:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0541E2BC013; Sat, 6 Nov 2021 04:09:37 +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 CC5432BC015 for ; Sat, 6 Nov 2021 04:09:36 +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 4A5C2343102 for ; Sat, 6 Nov 2021 04:09:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 587EE1D4 for ; Sat, 6 Nov 2021 04:09:31 +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: <1636171741.32fdbd31959d1cd9599ab2967d342f2b9408a5aa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/cheese/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/cheese/cheese-3.38.0-r1.ebuild X-VCS-Directories: media-video/cheese/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 32fdbd31959d1cd9599ab2967d342f2b9408a5aa X-VCS-Branch: master Date: Sat, 6 Nov 2021 04:09:31 +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: 0fdbd058-f14b-488d-a685-9b2738247036 X-Archives-Hash: ac77cf2bf92fd377b98b31a808a63bea commit: 32fdbd31959d1cd9599ab2967d342f2b9408a5aa Author: Sam James gentoo org> AuthorDate: Sat Nov 6 04:09:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 6 04:09:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fdbd31 media-video/cheese: Stabilize 3.38.0-r1 x86, #815013 Signed-off-by: Sam James gentoo.org> media-video/cheese/cheese-3.38.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/cheese/cheese-3.38.0-r1.ebuild b/media-video/cheese/cheese-3.38.0-r1.ebuild index 1bb93338d5a..f721a44d310 100644 --- a/media-video/cheese/cheese-3.38.0-r1.ebuild +++ b/media-video/cheese/cheese-3.38.0-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese" LICENSE="GPL-2+" SLOT="0/8" # subslot = libcheese soname version -KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="gtk-doc +introspection test" RESTRICT="!test? ( test )"